Skip to content

Commit

Permalink
ci[setup]: sync dependencies [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 18, 2023
1 parent a99655f commit a1f9b73
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
# DO NOT edit these manually. Instead, update the Pipfile.
install_requires=[
"asgiref==3.7.2; python_version >= '3.7'",
"certifi==2023.7.22; python_version >= '3.6'",
"cfl-common==6.36.0",
"charset-normalizer==3.2.0; python_full_version >= '3.7.0'",
"click==8.1.7; python_version >= '3.7'",
"django==3.2.20",
"django-countries==7.3.1",
Expand All @@ -39,16 +42,26 @@
"django-two-factor-auth==1.13.2",
"djangorestframework==3.13.1",
"flask==2.2.3",
"idna==3.4; python_version >= '3.5'",
"importlib-metadata==4.13.0",
"itsdangerous==2.1.2; python_version >= '3.7'",
"jinja2==3.1.2; python_version >= '3.7'",
"markupsafe==2.1.3; python_version >= '3.7'",
"numpy==1.24.4; python_version >= '3.8'",
"pandas==2.0.3; python_version >= '3.8'",
"pgeocode==0.4.0; python_version >= '3.8'",
"pydantic==1.10.7",
"pyjwt==2.6.0; python_version >= '3.7'",
"pypng==0.20220715.0",
"python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"pytz==2023.3.post1",
"qrcode==7.4.2; python_version >= '3.7'",
"requests==2.31.0; python_version >= '3.7'",
"six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'",
"sqlparse==0.4.4; python_version >= '3.5'",
"typing-extensions==4.7.1; python_version >= '3.7'",
"typing-extensions==4.8.0; python_version >= '3.8'",
"tzdata==2023.3; python_version >= '2'",
"urllib3==2.0.4; python_version >= '3.7'",
"werkzeug==2.3.7; python_version >= '3.8'",
"zipp==3.16.2; python_version >= '3.8'",
],
Expand Down

0 comments on commit a1f9b73

Please sign in to comment.