Skip to content

Commit

Permalink
Update pyproject dependencies for prod shell access
Browse files Browse the repository at this point in the history
  • Loading branch information
smartspot2 committed Aug 28, 2023
1 parent 895b9db commit 937a24e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,20 @@ factory-boy = "^3.2.1"
# misc
networkx = "^2.8.8"

# packages for testing
pytest = "^7.2.0"
pytest-django = "^4.5.2"
freezegun = "^1.2.2"
# console
ipython = "^8.7.0"

[tool.poetry.group.dev.dependencies]
# formatting/linting
black = "^22.12.0"
isort = "^5.12.0"
pre-commit = "^2.21.0"
pylint = "^2.15.9"
pylint-django = "^2.5.3"
# console
ipython = "^8.7.0"
# packages for testing
pytest = "^7.2.0"
pytest-django = "^4.5.2"
freezegun = "^1.2.2"

[tool.poetry.group.prod.dependencies]
# django
Expand All @@ -50,7 +51,6 @@ social-auth-app-django = "^5.0.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.12.1"


### tools ###

[tool.isort]
Expand Down
29 changes: 28 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
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"
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"
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"
django-csp==3.7 ; python_full_version >= "3.9.13" and python_full_version < "3.10.0"
Expand All @@ -16,17 +21,35 @@ django==4.2.1 ; python_full_version >= "3.9.13" and python_full_version < "3.10.
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"
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"
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"
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"
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"
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"
Expand All @@ -39,7 +62,11 @@ 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"
sqlparse==0.4.4 ; 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_full_version < "3.10.0"
stack-data==0.6.2 ; 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"
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"

0 comments on commit 937a24e

Please sign in to comment.