Add updates from global-requirements
Change-Id: I5766cb59650a9fa6fb8e2326c7986316d37bcc1c
This commit is contained in:
parent
154bedd5bd
commit
ad1744671d
@ -1,2 +1,5 @@
|
|||||||
pytz
|
# The order of packages is significant, because pip processes them in the order
|
||||||
PyYAML>=3.1.0,<=3.10
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
|
# process, which may cause wedges in the gate later.
|
||||||
|
pytz>=2013.6 # MIT
|
||||||
|
PyYAML>=3.1.0 # MIT
|
||||||
|
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)
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
# needed for doc build
|
# needed for doc build
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user