11 lines
351 B
Text
11 lines
351 B
Text
# install daemon requirements (created by build script. 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
|
|
boto3==1.4.4
|