2014-09-03 12:03:40 -05:00
|
|
|
# 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.
|
|
|
|
|
2018-04-10 14:10:25 -04:00
|
|
|
dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
2018-06-14 16:45:22 -07:00
|
|
|
eventlet>=0.17.4,!=0.23.0 # MIT
|
2012-12-04 12:38:26 +01:00
|
|
|
greenlet>=0.3.1
|
2014-05-21 09:37:22 -07:00
|
|
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
2018-04-10 14:10:25 -04:00
|
|
|
PasteDeploy>=1.3.3
|
2018-06-15 10:42:08 -07:00
|
|
|
lxml>=3.4.1
|
2017-10-16 21:39:12 +09:00
|
|
|
requests>=2.14.2 # Apache-2.0
|
2015-06-09 00:22:12 +02:00
|
|
|
six>=1.9.0
|
2012-12-04 12:38:26 +01:00
|
|
|
xattr>=0.4
|
2016-10-06 11:06:49 -07:00
|
|
|
PyECLib>=1.3.1 # BSD
|
2016-09-02 12:19:49 +00:00
|
|
|
cryptography!=2.0,>=1.6 # BSD/Apache-2.0
|
2018-07-24 15:51:01 -07:00
|
|
|
ipaddress>=1.0.16;python_version<'3.3' # PSF
|