lbry-sdk/build/requirements.txt
2017-04-19 14:59:06 -04:00

14 lines
438 B
Plaintext

# install daemon requirements (copied from root, with possible modifications. see build.sh, build.ps1)
-r requirements_base.txt
# install daemon itself. make sure you run `pip install` from this dir. this is how you do relative file paths with pip
file:../.
# install other build requirements
PyInstaller==3.2.1
requests[security]==2.13.0
GitPython==2.1.1
PyGithub==1.32
uritemplate==3.0.0
git+https://github.com/lbryio/bumpversion.git