Skip to content

Commit

Permalink
New requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebrownlee committed Jul 18, 2024
1 parent d194fbd commit 1649d9a
Showing 1 changed file with 31 additions and 41 deletions.
72 changes: 31 additions & 41 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,43 @@
-i https://pypi.org/simple
aiohttp==3.8.5; python_version >= '3.6'
aiosignal==1.3.1; python_version >= '3.7'
asgiref==3.7.2; python_version >= '3.7'
astroid==2.15.6; python_full_version >= '3.7.2'
async-timeout==4.0.3; python_version >= '3.7'
attrs==23.1.0; python_version >= '3.7'
autopep8==2.0.4
asgiref==3.8.1; python_version >= '3.8'
astroid==3.2.3; python_full_version >= '3.8.0'
async-timeout==4.0.3; python_full_version < '3.11.3'
autopep8==2.3.1
backports.weakref==1.0.post1
certifi==2023.7.22; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cryptography==41.0.4
certifi==2024.7.4; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
cryptography==42.0.8
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dill==0.3.7; python_version < '3.11'
dj-database-url==2.1.0
dill==0.3.8; python_version < '3.11'
dj-database-url==2.2.0
dj-rest-auth==4.0.1
django==4.2.5
django==4.2.14
django-allauth==0.54.0
django-cors-headers==4.2.0
djangorestframework==3.14.0
frozenlist==1.4.0; python_version >= '3.8'
gunicorn==21.2.0
idna==3.4; python_version >= '3.5'
isort==5.12.0; python_full_version >= '3.8.0'
lazy-object-proxy==1.9.0; python_version >= '3.7'
django-cors-headers==4.4.0
djangorestframework==3.15.2
gunicorn==22.0.0
idna==3.7; python_version >= '3.5'
isort==5.13.2; python_full_version >= '3.8.0'
mccabe==0.7.0; python_version >= '3.6'
multidict==6.0.4; python_version >= '3.7'
oauthlib==3.2.2; python_version >= '3.6'
openai==0.28.0
packaging==23.1; python_version >= '3.7'
platformdirs==3.10.0; python_version >= '3.7'
psycopg2-binary==2.9.7
pycodestyle==2.11.0; python_version >= '3.8'
pycparser==2.21
packaging==24.1; python_version >= '3.8'
platformdirs==4.2.2; python_version >= '3.8'
psycopg2-binary==2.9.9
pycodestyle==2.12.0; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pyjwt[crypto]==2.8.0; python_version >= '3.7'
pylint==2.17.5
pylint-django==2.5.3
pylint==3.2.5
pylint-django==2.5.5
pylint-plugin-utils==0.8.2; python_version >= '3.7' and python_version < '4.0'
python3-openid==3.2.0
pytz==2023.3.post1
requests==2.31.0
requests-oauthlib==1.3.1; 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'
redis==5.0.7
requests==2.32.3
requests-oauthlib==2.0.0; python_version >= '3.4'
sqlparse==0.5.1; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
tomlkit==0.12.1; python_version >= '3.7'
tqdm==4.66.1; python_version >= '3.7'
typing-extensions==4.8.0; python_version >= '3.8'
tomlkit==0.13.0; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
uritemplate==4.1.1
urllib3==2.0.4; python_version >= '3.7'
wheel==0.41.2
wrapt==1.15.0; python_version < '3.11'
yarl==1.9.2; python_version >= '3.7'
urllib3==2.2.2; python_version >= '3.8'
wheel==0.43.0

0 comments on commit 1649d9a

Please sign in to comment.