~narindergupta/opnfv/neutron-gateway

« back to all changes in this revision

Viewing changes to test-requirements.txt

  • Committer: Narinder Gupta (for canonical email id)
  • Date: 2017-02-15 16:35:39 UTC
  • Revision ID: narinder.gupta@canonical.com-20170215163539-3mm1k5mo1dxl4r5x
first draft version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The order of packages is significant, because pip processes them in the order
 
2
# of appearance. Changing the order has an impact on the overall integration
 
3
# process, which may cause wedges in the gate later.
 
4
coverage>=3.6
 
5
mock>=1.2
 
6
flake8>=2.2.4,<=2.4.1
 
7
os-testr>=0.4.1
 
8
charm-tools>=2.0.0
 
9
requests==2.6.0
 
10
# BEGIN: Amulet OpenStack Charm Helper Requirements
 
11
# Liberty client lower constraints
 
12
amulet>=1.14.3,<2.0
 
13
bundletester>=0.6.1,<1.0
 
14
python-ceilometerclient>=1.5.0,<2.0
 
15
python-cinderclient>=1.4.0,<2.0
 
16
python-glanceclient>=1.1.0,<2.0
 
17
python-heatclient>=0.8.0,<1.0
 
18
python-novaclient>=2.30.1,<3.0
 
19
python-openstackclient>=1.7.0,<2.0
 
20
python-swiftclient>=2.6.0,<3.0
 
21
pika>=0.10.0,<1.0
 
22
distro-info
 
23
# END: Amulet OpenStack Charm Helper Requirements