-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
39 lines (39 loc) · 3.1 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
amqp==5.0.9; python_version >= "3.7"
asgiref==3.5.0; python_version >= "3.7"
backcall==0.2.0
billiard==3.6.4.0; python_version >= "3.7"
celery==5.2.3; python_version >= "3.7"
cffi==1.15.0; platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5")
click-didyoumean==0.3.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
click-plugins==1.1.1; python_version >= "3.7"
click-repl==0.2.0; python_version >= "3.7"
click==8.0.3; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.7"
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
decorator==5.1.1; python_version >= "3.5"
django-celery-results==2.2.0
django-environ==0.8.1; python_version >= "3.4" and python_version < "4"
django==3.2.12; python_version >= "3.6"
djangorestframework==3.13.1; python_version >= "3.6"
gevent==21.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_version > "3.5")
greenlet==1.1.2; python_version >= "2.7" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" or python_version > "3.5" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" or python_version > "3.5" and platform_python_implementation == "CPython" and python_full_version >= "3.5.0"
jedi==0.18.1; python_version >= "3.6"
kombu==5.2.3; python_version >= "3.7"
lxml==4.7.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
matplotlib-inline==0.1.3; python_version >= "3.5"
parso==0.8.3; python_version >= "3.6"
pexpect==4.8.0
pickleshare==0.7.5
prompt-toolkit==3.0.26; python_full_version >= "3.6.2" and python_version >= "3.7"
psycopg2-binary==2.9.3; python_version >= "3.6"
ptyprocess==0.7.0
pycparser==2.21; python_version >= "2.7" and python_full_version < "3.0.0" and platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5") or platform_python_implementation == "CPython" and sys_platform == "win32" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5") and python_full_version >= "3.4.0"
pygments==2.11.2; python_version >= "3.5"
pytz==2021.3; python_version >= "3.7"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
sqlparse==0.4.2; python_version >= "3.6"
traitlets==5.1.1; python_version >= "3.7"
uwsgi==2.0.20
vine==5.0.0; python_version >= "3.7"
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.7"
zope.event==4.5.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5"
zope.interface==5.4.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_version > "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version > "3.5"