Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 21.05 9 lines 204 B view raw
1This plugin is needed to test celery itself, so it can't depend on celery. 2 3--- a/setup.py 4+++ b/setup.py 5@@ -6,3 +6,3 @@ from distutils.core import setup 6 install_requires = \ 7-['celery >= 4.4.0'] 8+[] 9