summaryrefslogtreecommitdiffstats
path: root/requirements.d
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-11-29 21:30:23 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-11-29 21:30:23 +0100
commit6290e70c80ebbf5bb286f5f781c479e852a666cf (patch)
tree626d60716a7c414a9af2481c5141ea8aeced99c9 /requirements.d
parent734f8a9417ac3556ca7e595733c98e7267d9703e (diff)
partially remove virtualenv/pip version requirement, fixes #1738
Is needed only for python 3.2 support. For normal development, we expect you have py34+ for borg 1.1. For vagrant, it is still needed because of older VMs like wheezy (py32). Not needed for Travis-CI any more, we moved to trusty VMs (py34) there.
Diffstat (limited to 'requirements.d')
-rw-r--r--requirements.d/development.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.d/development.txt b/requirements.d/development.txt
index a0cb3c2ac..f14c3abf5 100644
--- a/requirements.d/development.txt
+++ b/requirements.d/development.txt
@@ -1,4 +1,4 @@
-virtualenv<14.0
+virtualenv
tox
pytest
pytest-cov