6 changed files with 92 additions and 34 deletions
@ -1,13 +1,8 @@
|
||||
# The order of packages is significant, because pip processes them in the order |
||||
# of appearance. Changing the order has an impact on the overall integration |
||||
# process, which may cause wedges in the gate later. |
||||
pbr>=1.8.0,<1.9.0 |
||||
PyYAML>=3.1.0 |
||||
simplejson>=2.2.0 |
||||
netifaces>=0.10.4 |
||||
netaddr>=0.7.12,!=0.7.16 |
||||
Jinja2>=2.6 # BSD License (3 clause) |
||||
six>=1.9.0 |
||||
dnspython>=1.12.0 |
||||
psutil>=1.1.1,<2.0.0 |
||||
charm-tools |
||||
# This file is managed centrally by release-tools and should not be modified |
||||
# within individual charm repos. See the 'global' dir contents for available |
||||
# choices of *requirements.txt files for OpenStack Charms: |
||||
# https://github.com/openstack-charmers/release-tools |
||||
# |
||||
# Build requirements |
||||
charm-tools>=2.4.4 |
||||
simplejson |
||||
|
@ -1,10 +1,8 @@
|
||||
charm-tools>=2.4.4 |
||||
requests>=2.18.4 |
||||
mock>=1.2 |
||||
flake8>=2.2.4,<=2.4.1 |
||||
stestr>=2.2.0 |
||||
python-keystoneclient>=1.7.1 |
||||
python-swiftclient |
||||
lxml |
||||
# This file is managed centrally by release-tools and should not be modified |
||||
# within individual charm repos. See the 'global' dir contents for available |
||||
# choices of *requirements.txt files for OpenStack Charms: |
||||
# https://github.com/openstack-charmers/release-tools |
||||
# |
||||
# Functional Test Requirements (let Zaza's dependencies solve all dependencies here!) |
||||
git+https://github.com/openstack-charmers/zaza.git#egg=zaza |
||||
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack |
||||
|
@ -1,10 +1,23 @@
|
||||
# This file is managed centrally by release-tools and should not be modified |
||||
# within individual charm repos. See the 'global' dir contents for available |
||||
# choices of *requirements.txt files for OpenStack Charms: |
||||
# https://github.com/openstack-charmers/release-tools |
||||
# |
||||
# Lint and unit test requirements |
||||
flake8 |
||||
flake8>=2.2.4,<=2.4.1 |
||||
stestr>=2.2.0 |
||||
requests>=2.18.4 |
||||
charms.reactive |
||||
mock>=1.2 |
||||
nose>=1.3.7 |
||||
coverage>=3.6 |
||||
lxml |
||||
cryptography |
||||
git+https://github.com/openstack/charms.openstack.git#egg=charms-openstack |
||||
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack |
||||
# |
||||
# Revisit for removal / mock improvement: |
||||
netifaces # vault |
||||
psycopg2-binary # vault |
||||
tenacity # vault |
||||
pbr # vault |
||||
cryptography # vault, keystone-saml-mellon |
||||
lxml # keystone-saml-mellon |
||||
hvac # vault, barbican-vault |
||||
|
Loading…
Reference in new issue