requirements.txt: add celery
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
amqp==2.5.1
|
||||
backcall==0.1.0
|
||||
billiard==3.6.1.0
|
||||
celery==4.3.0
|
||||
decorator==4.4.0
|
||||
Django==2.2.4
|
||||
django-appconf==1.0.3
|
||||
@ -8,10 +11,13 @@ django-lazysignup==2.0.0
|
||||
django-settings-export==1.2.1
|
||||
django-user-accounts==2.1.0
|
||||
django-webpack-loader==0.6.0
|
||||
importlib-metadata==0.23
|
||||
ipdb==0.11
|
||||
ipython==7.3.0
|
||||
ipython-genutils==0.2.0
|
||||
jedi==0.13.3
|
||||
kombu==4.6.5
|
||||
more-itertools==7.2.0
|
||||
parso==0.3.4
|
||||
pexpect==4.6.0
|
||||
pickleshare==0.7.5
|
||||
@ -23,5 +29,7 @@ pytz==2018.9
|
||||
six==1.12.0
|
||||
sqlparse==0.3.0
|
||||
traitlets==4.3.2
|
||||
vine==1.3.0
|
||||
wcwidth==0.1.7
|
||||
Werkzeug==0.14.1
|
||||
zipp==0.6.0
|
||||
|
||||
Reference in New Issue
Block a user