lbry-sdk/build/requirements.txt
2017-05-23 13:21:48 -04:00

11 lines
360 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
uritemplate==3.0.0