Updated from global requirements
Change-Id: Ie07b3ad930d065254336a4fcd8f8700ae7c71817
This commit is contained in:
parent
ba06619ee3
commit
4c470f8142
@ -3,7 +3,7 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
# pbr should be first
|
# pbr should be first
|
||||||
pbr<2.0,>=1.6
|
pbr>=1.6
|
||||||
|
|
||||||
alembic>=0.8.0
|
alembic>=0.8.0
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr>=1.3'],
|
setup_requires=['pbr>=1.8'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user