535f2f48ff
This sucks in the git history for both projects, then moves their files in place. It should not introduce any behavior changes to any of the existing openstacksdk code, nor to openstack.config and openstack.cloud - other than the name change. TODO(shade) comments have been left indicating places where further integration work should be done. It should not be assumed that these are the final places for either to live. This is just about getting them in-tree so we can work with them. The enforcer code for reasons surpassing understanding does not work with python setup.py build_sphinx but it does work with sphinx-build (what?) For now turn it off. We can turn it back on once the build sphinx job is migrated to the new PTI. Change-Id: I9523e4e281285360c61e9e0456a8e07b7ac1243c
23 lines
715 B
Plaintext
23 lines
715 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!=2.1.0,>=2.0.0 # Apache-2.0
|
|
PyYAML>=3.10 # MIT
|
|
appdirs>=1.3.0 # MIT License
|
|
requestsexceptions>=1.2.0 # Apache-2.0
|
|
jsonpatch>=1.16 # BSD
|
|
six>=1.9.0 # MIT
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
keystoneauth1>=3.2.0 # Apache-2.0
|
|
deprecation>=1.0 # Apache-2.0
|
|
|
|
munch>=2.1.0 # MIT
|
|
decorator>=3.4.0 # BSD
|
|
jmespath>=0.9.0 # MIT
|
|
ipaddress>=1.0.16;python_version<'3.3' # PSF
|
|
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
|
|
iso8601>=0.1.11 # MIT
|
|
netifaces>=0.10.4 # MIT
|
|
|
|
dogpile.cache>=0.6.2 # BSD
|