8023f33453
Initial commit using code imported from https://github.com/jaypipes/os_vif This patch also includes the following fixes to make the import pass all jenkins jobs: - add doc/source/conf.py and index.rst - sync with global requirements Change-Id: Iac6a9d45ea799eaa71f895af115e966c28246a22
16 lines
522 B
Plaintext
16 lines
522 B
Plaintext
# 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.6
|
|
Babel>=1.3
|
|
netaddr>=0.7.12,!=0.7.16
|
|
oslo.concurrency>=2.3.0 # Apache-2.0
|
|
oslo.log>=1.14.0 # Apache-2.0
|
|
oslo.i18n>=1.5.0 # Apache-2.0
|
|
oslo.rootwrap>=2.0.0 # Apache-2.0
|
|
oslo.utils>=3.2.0 # Apache-2.0
|
|
oslo.versionedobjects>=0.13.0
|
|
six>=1.9.0
|
|
stevedore>=1.5.0 # Apache-2.0
|