![Tim Burke](/assets/img/avatar_default.png)
* Remove py2 gate jobs. * Build non-universal, py3-only wheels. * Specify minimum python version in package metadata. * Clean up requirements/constraints/bindep (a little, anyway). Change-Id: I53153c4fde043e964e1daa7bbf2089e0471dede2
15 lines
593 B
Plaintext
15 lines
593 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.
|
|
|
|
eventlet>=0.25.0,!=0.34.3 # MIT
|
|
greenlet>=0.3.3
|
|
PasteDeploy>=2.0.0
|
|
lxml>=4.2.3
|
|
requests>=2.14.2 # Apache-2.0
|
|
six>=1.10.0
|
|
xattr>=0.7.2;sys_platform!='win32' # MIT
|
|
PyECLib>=1.3.1,!=1.6.2,!=1.6.3 # BSD
|
|
cryptography>=2.0.2 # BSD/Apache-2.0
|
|
dnspython>=1.15.0 # http://www.dnspython.org/LICENSE
|