
Add missing files and tweaks so that the automated CI/flake8/pep8/docs/... and such work correctly. Change-Id: I838b02bf0037569065b7c7914f4a68b92d7ebd6a
11 lines
286 B
Plaintext
11 lines
286 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>=0.6,!=0.7,<1.0
|
|
six>=1.7.0
|
|
pyyaml
|
|
jsonpatch
|
|
requests
|
|
requests-oauthlib
|