requirements/test-requirements.txt
Robert Collins 4273910b78 Add upper-constraints.txt generator.
This script when run creates a constraints file with exact pins for
the transitive dependencies of a requirements file.

Change-Id: I1282f8e4010c0ec46c473495bacddf044d06c0af
2015-06-20 19:19:21 +12:00

9 lines
256 B
Plaintext

# NOTE: These are requirements for testing the requirements project only
# See global-requirements for the actual requirements list
hacking>=0.10,<0.11
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36
toposort>=1.0 # Apache 2.0
virtualenv