14 lines
438 B
Text
14 lines
438 B
Text
|
# 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
|