Referring to Pillar Python SDK requirements
This forces us to remove common requirements from Pillar's requirements.txt file (which is a good thing).
This commit is contained in:
parent
4e138d38a1
commit
16b2b119fd
@ -1,9 +1,12 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
-e ../pillar-python-sdk
|
||||||
|
-e .
|
||||||
|
|
||||||
# Development requirements
|
# Development requirements
|
||||||
pytest==3.0.1
|
pytest==3.0.1
|
||||||
responses==0.5.1
|
responses==0.5.1
|
||||||
pytest-cov==2.3.1
|
pytest-cov==2.3.1
|
||||||
|
mock==2.0.0
|
||||||
|
|
||||||
# Secondary development requirements
|
# Secondary development requirements
|
||||||
cookies==2.2.1
|
cookies==2.2.1
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Primary requirements
|
# Primary requirements
|
||||||
# pillarsdk
|
-r ../pillar-python-sdk/requirements.txt
|
||||||
|
|
||||||
attrs==16.2.0
|
attrs==16.2.0
|
||||||
algoliasearch==1.8.0
|
algoliasearch==1.8.0
|
||||||
bcrypt==2.0.0
|
bcrypt==2.0.0
|
||||||
@ -19,11 +20,9 @@ Flask-WTF==0.12
|
|||||||
gcloud==0.12.0
|
gcloud==0.12.0
|
||||||
google-apitools==0.4.11
|
google-apitools==0.4.11
|
||||||
httplib2==0.9.2
|
httplib2==0.9.2
|
||||||
idna==2.0
|
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
ndg-httpsclient==0.4.0
|
ndg-httpsclient==0.4.0
|
||||||
Pillow==2.8.1
|
Pillow==2.8.1
|
||||||
pycparser==2.14
|
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
pyOpenSSL==0.15.1
|
pyOpenSSL==0.15.1
|
||||||
python-dateutil==2.5.3
|
python-dateutil==2.5.3
|
||||||
@ -39,9 +38,7 @@ Flask-PyMongo==0.4.1
|
|||||||
Jinja2==2.8
|
Jinja2==2.8
|
||||||
Werkzeug==0.11.10
|
Werkzeug==0.11.10
|
||||||
appdirs==1.4.2
|
appdirs==1.4.2
|
||||||
cffi==1.6.0
|
|
||||||
CommonMark==0.7.2
|
CommonMark==0.7.2
|
||||||
cryptography==1.3.1
|
|
||||||
future==0.15.2
|
future==0.15.2
|
||||||
html5lib==0.9999999
|
html5lib==0.9999999
|
||||||
googleapis-common-protos==1.1.0
|
googleapis-common-protos==1.1.0
|
||||||
@ -51,7 +48,6 @@ oauthlib==2.0.1
|
|||||||
packaging==16.8
|
packaging==16.8
|
||||||
protobuf==3.0.0b2.post2
|
protobuf==3.0.0b2.post2
|
||||||
protorpc==0.11.1
|
protorpc==0.11.1
|
||||||
pyasn1==0.1.9
|
|
||||||
pyasn1-modules==0.0.8
|
pyasn1-modules==0.0.8
|
||||||
pymongo==3.2.2
|
pymongo==3.2.2
|
||||||
pyparsing==2.1.10
|
pyparsing==2.1.10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user