-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
68 lines (33 loc) · 1.21 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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
amqp==5.1.1; python_version >= '3.6'
asgiref==3.5.2; python_version >= '3.7'
async-timeout==4.0.2; python_version >= '3.6'
billiard==3.6.4.0
celery==5.2.7
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.2.0
click==8.1.3; python_version >= '3.7'
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django==3.2.15
gunicorn==20.1.0
kombu==5.2.4; python_version >= '3.7'
packaging==21.3; python_version >= '3.6'
prompt-toolkit==3.0.30; python_full_version >= '3.6.2'
psycopg2==2.9.3
pyparsing==3.0.9; python_full_version >= '3.6.8'
python-dotenv==0.20.0
pytz==2022.2.1
redis==4.3.3
setuptools==65.3.0; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.2; python_version >= '3.5'
vine==5.0.0; python_version >= '3.6'
wcwidth==0.2.5
wrapt==1.14.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'