Skip to content

Commit

Permalink
updated requirements.txt and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jelanmathewjames committed Nov 2, 2023
1 parent 4bfb41c commit 41aee73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 45 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ media/
env/
venv/
.vscode
.idea
.idea

dump.rdb
54 changes: 10 additions & 44 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,53 +1,19 @@
asgiref==3.6.0
async-timeout==4.0.3
attrs==23.1.0
autobahn==23.6.2
Automat==22.10.0
black==23.3.0
certifi==2022.12.7
cffi==1.16.0
channels==4.0.0
black==23.10.1
channels-redis==4.1.0
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
constantly==23.10.4
cryptography==41.0.5
daphne==4.0.0
Django==4.1.6
django-cors-headers==3.14.0
django-debug-toolbar==4.1.0
Django==4.2.7
django-cors-headers==4.3.0
django-debug-toolbar==4.2.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
et-xmlfile==1.1.0
hyperlink==21.0.0
idna==3.4
incremental==22.10.0
msgpack==1.0.7
mypy-extensions==1.0.0
djangorestframework-simplejwt==5.3.0
mysqlclient==2.1.1
openpyxl==3.1.2
packaging==23.0
pathspec==0.11.1
Pillow==9.5.0
platformdirs==3.2.0
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21
pycryptodome==3.18.0
PyJWT==2.6.0
pyOpenSSL==23.3.0
python-decouple==3.7
pytz==2022.7.1
redis==5.0.1
requests==2.28.2
pillow==10.1.0
pycryptodome==3.19.0
pyopenssl==23.3.0
python-decouple==3.8
requests==2.31.0
service-identity==23.1.0
six==1.16.0
sqlparse==0.4.3
tomli==2.0.1
Twisted==23.10.0
txaio==23.1.1
typing_extensions==4.8.0
tzdata==2023.3
urllib3==1.26.15
zope.interface==6.1

0 comments on commit 41aee73

Please sign in to comment.