forked from 0x2620/pandora
avoid installing too new version
This commit is contained in:
parent
a3880f3b38
commit
7216e255de
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ Django==3.0.10
|
||||||
simplejson
|
simplejson
|
||||||
chardet
|
chardet
|
||||||
celery<5.0,>4.3
|
celery<5.0,>4.3
|
||||||
django-celery-results
|
django-celery-results<2
|
||||||
django-extensions==2.2.9
|
django-extensions==2.2.9
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
html5lib
|
html5lib
|
||||||
|
@ -12,5 +12,5 @@ tornado<5
|
||||||
geoip2==4.1.0
|
geoip2==4.1.0
|
||||||
yt-dlp>=2022.3.8.2
|
yt-dlp>=2022.3.8.2
|
||||||
python-memcached
|
python-memcached
|
||||||
elasticsearch
|
elasticsearch<8
|
||||||
future
|
future
|
||||||
|
|
Loading…
Reference in a new issue