charm-barbican/charm/charm-helpers/test_requirements.txt

21 lines
593 B
Plaintext

# Test-only dependencies are unpinned.
#
pip
distribute
coverage>=3.6
mock>=1.0.1,<1.1.0
nose>=1.3.1
flake8
testtools==0.9.14 # Before dependent on modern 'six'
amulet
distro-info
#
# Specify precise versions of runtime dependencies where possible.
netaddr==0.7.10 # trusty. precise is 0.7.5, but not in pypi.
PyYAML==3.10 # precise
Tempita==0.5.1 # precise
netifaces==0.10 # trusty is 0.8, but using py3 compatible version for tests.
Jinja2==2.6 # precise
six==1.1 # precise
GitPython>=0.3.4 # trusty is ~0.3.2, but using py3 compatible version for tests.