Merge pull request #13 from tbreeds/bug/1668848

Use modern PBR and hacking packages
This commit is contained in:
Mehdi ABAAKOUK 2017-03-01 21:04:42 +01:00 committed by GitHub
commit 6a2eed7f4a
2 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr<2.0,>=1.4
pbr>=1.8
Babel>=1.3
jsonpath-rw>=1.2.0

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
hacking>=0.12.0,!=0.13.0,<0.14
coverage>=3.6
discover