Satisfy global dependency requirements
Change-Id: Ia21610615facf0d463128677e9e67bbd0d641f32
This commit is contained in:
parent
7aaa9d97d2
commit
5970e9dbb5
12
setup.py
12
setup.py
@ -29,14 +29,14 @@ setup(
|
||||
'ramdisk-stub-webserver = ramdisk_func_test.webserver:main'
|
||||
},
|
||||
install_requires=[
|
||||
'stevedore>=1.3.0,<1.4.0', # Not used. Prevents pip dependency conflict.
|
||||
'stevedore>=1.17.1', # Not used. Prevents pip dependency conflict.
|
||||
# This corresponds to openstack global-requirements.txt
|
||||
'oslo.config>=1.9.3,<1.10.0',
|
||||
'Jinja2==2.7.3',
|
||||
'paramiko',
|
||||
'pyyaml',
|
||||
'oslo.config>=3.14.0,!=3.18.0',
|
||||
'Jinja2>=2.8',
|
||||
'paramiko>=2.0',
|
||||
'PyYAML>=3.10.0',
|
||||
'sh',
|
||||
'lxml>=2.3'
|
||||
'lxml>=2.3,!=3.7.0'
|
||||
],
|
||||
package_data={
|
||||
'ramdisk_func_test': ['templates/*'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user