Add billiard required by celery

This commit is contained in:
Jesús 2022-03-01 10:39:50 +08:00
parent ccde9b17a9
commit 03f00b98a5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -45,6 +45,7 @@ install_requires =
Babel>=1.3 Babel>=1.3
celery>=3.0,<4.3.0 # Removed the "sqlite" transport alias in 4.3.0 celery>=3.0,<4.3.0 # Removed the "sqlite" transport alias in 4.3.0
# making tests fail. # making tests fail.
billiard<3.6.0,>=3.5.0.2 # required by celery
certifi>=2017.4.17 # Required by requests on Fedora 33 (bin/gmg fails) certifi>=2017.4.17 # Required by requests on Fedora 33 (bin/gmg fails)
ConfigObj ConfigObj
email-validator email-validator