6040d8dfe9
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more details information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html In order to pass the requirements check, a new lower bound is set for the 'pyasn1' and 'requests' packages. Change-Id: I1be4adb97fb3a37968afb9628fe3a7346cc55ccc
10 lines
392 B
Plaintext
10 lines
392 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.
|
|
bashate>=0.2 # Apache-2.0
|
|
flake8<2.6.0,>=2.5.4 # MIT
|
|
pyasn1>=0.1.8 # BSD
|
|
pyOpenSSL>=0.14 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|