Skip to content

Commit

Permalink
fixes python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed May 29, 2024
1 parent 46aef9b commit 3a0c2d0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions v2/src/plugins/codeTypeChecking/pythonEnv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
aiosmtplib==3.0.1
anyio==4.3.0
asgiref==3.8.1
aiosmtplib==1.1.6
anyio==3.7.1
asgiref==3.7.2
astroid==2.9.3
attrs==21.4.0
autopep8==1.5.6
black==22.3.0
certifi==2024.2.2
cffi==1.16.0
certifi==2023.7.22
cffi==1.15.1
chardet==4.0.0
charset-normalizer==3.3.2
charset-normalizer==3.2.0
click==8.1.3
cryptography==42.0.7
cryptography==41.0.3
Deprecated==1.2.13
Django==3.2.12
django-cors-headers==3.11.0
django-stubs==1.9.0
django-stubs-ext==0.4.0
exceptiongroup==1.2.1
exceptiongroup==1.1.3
fastapi==0.68.1
filelock==3.14.0
filelock==3.12.2
Flask==2.0.2
Flask-Cors==3.0.10
h11==0.14.0
httpcore==1.0.5
httpx==0.26.0
idna==3.7
httpcore==0.17.3
httpx==0.24.1
idna==3.4
importlib-metadata==4.11.3
iniconfig==1.1.1
isort==5.10.1
Expand All @@ -50,7 +50,7 @@ platformdirs==2.5.1
pluggy==1.0.0
py==1.11.0
pycodestyle==2.8.0
pycparser==2.22
pycparser==2.21
pycryptodome==3.10.4
pydantic==1.9.0
PyJWT==2.8.0
Expand All @@ -61,15 +61,15 @@ pyrsistent==0.18.1
pytest==6.2.5
pytest-asyncio==0.14.0
python-dotenv==0.19.2
pytz==2024.1
pytz==2023.3
PyYAML==5.4.1
requests==2.31.0
requests-file==2.0.0
requests-file==1.5.1
requests-mock==1.9.3
respx==0.19.2
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.1
sniffio==1.3.0
sqlparse==0.4.2
starlette==0.14.2
supertokens-python==0.21.0
Expand All @@ -79,10 +79,10 @@ tomli==2.0.1
twilio==7.9.1
types-pytz==2021.3.6
types-PyYAML==6.0.5
typing_extensions==4.11.0
typing_extensions==4.7.1
tzdata==2021.5
urllib3==2.2.1
urllib3==2.0.4
uvicorn==0.18.2
Werkzeug==2.0.3
wrapt==1.13.3
zipp==3.7.0
zipp==3.7.0

0 comments on commit 3a0c2d0

Please sign in to comment.