forked from render-examples/celery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
32 lines (31 loc) · 1007 Bytes
/
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
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#
-i https://pypi.org/simple
amqp==5.0.6; python_version >= '3.6'
billiard==3.6.4.0
celery==5.1.2
click-didyoumean==0.0.3
click-plugins==1.1.1
click-repl==0.2.0
click==7.1.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
flask==1.0.2
flower==1.0.0
gunicorn==19.9.0
humanize==3.11.0; python_version >= '3.6'
itsdangerous==2.0.1; python_version >= '3.6'
jinja2==3.0.1; python_version >= '3.6'
kombu==5.1.0
markupsafe==2.0.1; python_version >= '3.6'
prometheus-client==0.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
prompt-toolkit==3.0.20; python_full_version >= '3.6.2'
pytz==2021.1
redis==3.2.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tornado==6.1; python_version >= '3.5'
vine==5.0.0; python_version >= '3.6'
wcwidth==0.2.5
werkzeug==2.0.1; python_version >= '3.6'