-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update poetry dev/prod dependencies, update setup scripts and Github CI
- Loading branch information
1 parent
60f7198
commit 9a101f3
Showing
7 changed files
with
656 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,70 @@ | ||
appnope==0.1.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "darwin" | ||
asgiref==3.7.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
asttokens==2.2.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
backcall==0.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
boto3==1.26.142 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
botocore==1.29.142 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
certifi==2023.5.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
cffi==1.15.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
charset-normalizer==3.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
asttokens==2.4.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
boto3==1.29.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
botocore==1.32.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
certifi==2023.11.17 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
cffi==1.16.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
charset-normalizer==3.3.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
colorama==0.4.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "win32" | ||
cryptography==40.0.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
cryptography==41.0.5 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
decorator==5.1.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
defusedxml==0.7.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
dj-database-url==2.0.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
dj-database-url==2.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-csp==3.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-extensions==3.2.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-extensions==3.2.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-heroku==0.3.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-postgres-extra==2.0.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-storages==1.13.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django==4.2.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django-storages==1.14.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
django==4.2.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
djangorestframework-camel-case==1.4.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
djangorestframework==3.14.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
drf-nested-forms==1.1.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
exceptiongroup==1.1.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
executing==1.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
factory-boy==3.2.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
faker==18.9.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
drf-nested-forms==1.1.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
exceptiongroup==1.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
executing==2.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
factory-boy==3.3.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
faker==20.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
freezegun==1.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
gunicorn==20.1.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
idna==3.4 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
iniconfig==2.0.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
ipython==8.13.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
jedi==0.18.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
ipython==8.17.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
jedi==0.19.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
jmespath==1.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
matplotlib-inline==0.1.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
networkx==2.8.8 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
oauthlib==3.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
packaging==23.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
packaging==23.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
parso==0.8.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pexpect==4.8.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform != "win32" | ||
pickleshare==0.7.5 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pluggy==1.0.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
prompt-toolkit==3.0.38 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
psycopg2-binary==2.9.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
psycopg2==2.9.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pluggy==1.3.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
prompt-toolkit==3.0.41 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
psycopg2-binary==2.9.9 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
psycopg2==2.9.9 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
ptyprocess==0.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform != "win32" | ||
pure-eval==0.2.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pycparser==2.21 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pygments==2.15.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pyjwt==2.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytest-django==4.5.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytest==7.3.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pygments==2.17.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pyjwt==2.8.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytest-django==4.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytest==7.4.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
python-dateutil==2.8.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
python3-openid==3.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytz==2023.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
pytz==2023.3.post1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
requests-oauthlib==1.3.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
requests==2.31.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
s3transfer==0.6.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
sentry-sdk==1.24.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
setuptools==67.8.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
s3transfer==0.7.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
sentry-sdk==1.36.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
setuptools==69.0.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
six==1.16.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
social-auth-app-django==5.2.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
social-auth-core==4.4.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
social-auth-app-django==5.4.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
social-auth-core==4.5.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
sqlparse==0.4.4 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
stack-data==0.6.2 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
stack-data==0.6.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
tomli==2.0.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
traitlets==5.9.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
typing-extensions==4.6.2 ; python_full_version >= "3.9.13" and python_version < "3.10" | ||
traitlets==5.13.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
typing-extensions==4.8.0 ; python_full_version >= "3.9.13" and python_version < "3.10" | ||
tzdata==2023.3 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" and sys_platform == "win32" | ||
urllib3==1.26.16 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
wcwidth==0.2.6 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
whitenoise==6.4.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
urllib3==1.26.18 ; python_full_version >= "3.9.13" and python_version < "3.10" | ||
wcwidth==0.2.12 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" | ||
whitenoise==6.6.0 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters