Add billiard required by celery
This commit is contained in:
parent
ccde9b17a9
commit
03f00b98a5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user