From 937a24e86d2a9c62d1a6fec609262660676224b6 Mon Sep 17 00:00:00 2001 From: Alec Li Date: Sun, 27 Aug 2023 22:00:42 -0700 Subject: [PATCH] Update pyproject dependencies for prod shell access --- pyproject.toml | 14 +++++++------- requirements.txt | 29 ++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70954f1d..827e2b11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,13 @@ 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" @@ -35,12 +42,6 @@ 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 @@ -50,7 +51,6 @@ social-auth-app-django = "^5.0.0" gunicorn = "^20.1.0" sentry-sdk = "^1.12.1" - ### tools ### [tool.isort] diff --git a/requirements.txt b/requirements.txt index 93c7719f..a2a8dade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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" @@ -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" @@ -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"