update requirements
This commit is contained in:
parent
fdac35c00d
commit
213adcaaaa
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
Django==3.0.10
|
Django==3.0.10
|
||||||
simplejson
|
simplejson
|
||||||
chardet
|
chardet
|
||||||
celery>4.3.0
|
celery<5.0,>4.3
|
||||||
django-celery-results
|
django-celery-results
|
||||||
django-extensions==2.2.9
|
django-extensions==2.2.9
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
html5lib
|
html5lib
|
||||||
requests==2.23.0
|
requests<3.0.0,>=2.24.0
|
||||||
|
urllib3<2.0.0,>=1.25.2
|
||||||
tornado<5
|
tornado<5
|
||||||
geoip2==3.0.0
|
geoip2==4.1.0
|
||||||
youtube-dl>=2020.5.8
|
youtube-dl>=2020.5.8
|
||||||
python-memcached
|
python-memcached
|
||||||
elasticsearch
|
elasticsearch
|
||||||
|
|
Loading…
Reference in a new issue