updated requirements

This commit is contained in:
Alexander Karpov 2022-07-30 03:05:19 +03:00
parent 44841ac06e
commit ee52b67eea
4 changed files with 13 additions and 46 deletions

View File

@ -1,46 +0,0 @@
asgiref==3.5.2
asttokens==2.0.5
attrs==21.4.0
autobahn==22.5.1
Automat==20.2.0
backcall==0.2.0
cffi==1.15.0
channels==3.0.4
constantly==15.1.0
cryptography==37.0.2
daphne==3.0.2
decorator==5.1.1
Django==4.0.5
djangorestframework==3.13.1
executing==0.8.3
hyperlink==21.0.0
idna==3.3
incremental==21.3.0
ipython==8.4.0
jedi==0.18.1
matplotlib-inline==0.1.3
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.1.1
prompt-toolkit==3.0.29
ptyprocess==0.7.0
pure-eval==0.2.2
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
Pygments==2.12.0
PyJWT==2.4.0
pyOpenSSL==22.0.0
pytz==2022.1
service-identity==21.1.0
six==1.16.0
sqlparse==0.4.2
stack-data==0.2.0
traitlets==5.2.2.post1
Twisted==22.4.0
txaio==22.2.1
typing_extensions==4.2.0
wcwidth==0.2.5
zope.interface==5.4.0
channels_redis

6
requirements/base.txt Normal file
View File

@ -0,0 +1,6 @@
Django==4.0.5
channels==3.0.4
djangorestframework==3.13.1
Pillow==9.1.1
PyJWT==2.4.0
channels-redis==3.4.1

4
requirements/dev.txt Normal file
View File

@ -0,0 +1,4 @@
-r base.txt
ipython==8.4.0
termcolor==1.1.0

3
requirements/prod.txt Normal file
View File

@ -0,0 +1,3 @@
-r base.txt
daphne==3.0.2