Separate out the dockerfile build stuff to a separate class. Add a dependency on docker-py master.
This commit is contained in:
parent
72c380d9a1
commit
67e0736fc6
4 changed files with 184 additions and 176 deletions
|
@ -13,6 +13,7 @@ beautifulsoup4==4.3.2
|
|||
blinker==1.3
|
||||
boto==2.24.0
|
||||
distribute==0.6.34
|
||||
git+https://github.com/dotcloud/docker-py.git
|
||||
ecdsa==0.10
|
||||
gevent==1.0
|
||||
greenlet==0.4.2
|
||||
|
@ -24,6 +25,7 @@ lockfile==0.9.1
|
|||
logstash-formatter==0.5.8
|
||||
marisa-trie==0.5.1
|
||||
mixpanel-py==3.1.1
|
||||
mock==1.0.1
|
||||
paramiko==1.12.1
|
||||
peewee==2.2.0
|
||||
py-bcrypt==0.4
|
||||
|
@ -37,5 +39,6 @@ reportlab==2.7
|
|||
requests==2.2.1
|
||||
six==1.5.2
|
||||
stripe==1.12.0
|
||||
websocket-client==0.11.0
|
||||
wsgiref==0.1.2
|
||||
xhtml2pdf==0.0.5
|
||||
|
|
Reference in a new issue