Fix the python requirements. Add the ability to map in etcd client certs and ca.
This commit is contained in:
parent
44f7ab53a2
commit
f2471a86f6
6 changed files with 10 additions and 14 deletions
|
@ -22,6 +22,7 @@ backports.ssl-match-hostname==3.4.0.2
|
|||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
boto==2.35.1
|
||||
cachetools==1.0.0
|
||||
docker-py==0.7.1
|
||||
ecdsa==0.11
|
||||
futures==2.2.0
|
||||
|
@ -35,6 +36,7 @@ itsdangerous==0.24
|
|||
jsonschema==2.4.0
|
||||
marisa-trie==0.7
|
||||
mixpanel-py==3.2.1
|
||||
mock==1.0.1
|
||||
paramiko==1.15.2
|
||||
peewee==2.4.5
|
||||
psycopg2==2.5.4
|
||||
|
@ -61,3 +63,4 @@ git+https://github.com/DevTable/anunidecode.git
|
|||
git+https://github.com/DevTable/avatar-generator.git
|
||||
git+https://github.com/DevTable/pygithub.git
|
||||
git+https://github.com/NateFerrero/oauth2lib.git
|
||||
git+https://github.com/jplana/python-etcd.git
|
||||
|
|
Reference in a new issue