summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorshin- <joffrey@dotcloud.com>2013-10-15 19:19:20 +0200
committershin- <joffrey@dotcloud.com>2013-10-15 19:19:20 +0200
commit0808905636003164b3ecc976d32c191016f29196 (patch)
treef521f5c9386ae50773e99089a2a9cb16030c7a2a /requirements.txt
parent07d791d50c7105caf76b4e8090a26870c5b683ea (diff)
parent128cdb9112389f18d864dd2cb11bc584a0af55da (diff)
downloaddocker-py-0808905636003164b3ecc976d32c191016f29196.tar.gz
Refactoring, Python 3 compatibility, Tests working with python 3, cleaned up imports.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e5209b7..0ee8856 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,2 +1,3 @@
-requests==1.2.0
+mock==1.0.1
+requests==1.2.3
six==1.3.0