It uses ../pillar instead of . so that it is a valid path from blender-cloud as well.
16 lines
291 B
Plaintext
16 lines
291 B
Plaintext
-r requirements.txt
|
|
-e ../pillar-python-sdk
|
|
-e ../pillar # also works from parent project, like blender-cloud
|
|
|
|
# Development requirements
|
|
pytest==3.0.6
|
|
responses==0.5.1
|
|
pytest-cov==2.4.0
|
|
mock==2.0.0
|
|
|
|
# Secondary development requirements
|
|
cookies==2.2.1
|
|
coverage==4.3.4
|
|
pbr==2.0.0
|
|
py==1.4.31
|