Change dependency order so docutils is installed before python-daemon.
... | ... | @@ -4,10 +4,10 @@ ConfigArgParse==0.13.0 |
future==0.17.1 | ||
cffi==1.11.5 | ||
python-daemon==2.2.0 | ||
## python-daemon deps | ||
lockfile==0.12.2 | ||
docutils==0.14 | ||
python-daemon==2.2.0 | ||
# Packaging and distribution | ||
twine==1.12.1 | ||
... | ... |
Please register or sign in to comment