summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-15 14:52:40 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-16 02:46:33 +0200
commit4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9 (patch)
treeb3eaeea98f0de34084aa30eb1e1da0b32632d5b0 /requirements.txt
parentb02662d4e870a34d2c6d97d4f702fcc1311e5177 (diff)
downloadgitpython-4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9.tar.gz
ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`
+ Use environment-markers in requirement files (see http://stackoverflow.com/a/33451105/548792).
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 85d25511..39644606 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,2 @@
gitdb>=0.6.4
-ddt
-mock \ No newline at end of file
+ddt>=1.1.1