lbry-sdk/build/requirements.txt

11 lines
360 B
Plaintext
Raw Normal View History

2017-04-10 21:10:52 +02:00
# 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