statik
statik copied to clipboard
pip install fails on git+ link
9:19:43 PM: Collecting git+https://github.com/thanethomson/statik (from -r requirements.txt (line 1))
9:19:43 PM: Cloning https://github.com/thanethomson/statik to /tmp/pip-req-build-a2hbp818
9:19:44 PM: Complete output from command python setup.py egg_info:
9:19:44 PM: error in statik setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'+https:/'"
Caused by https://github.com/thanethomson/statik/pull/92
Problem isnt completely fixed.
A calling program would need two requirements atm:
git+https://github.com/kx-chen/netlify_deployer.git
git+https://github.com/jayvdb/statik
We'll work to get the custom netlify_deployer released quickly so this problem goes away
@kx-chen , can you send a PR to update the dependency once the deployer is on pypi