6cb3b1e216
Change-Id: I8719df1c641a3304c6a74637fa6bde7466ef94bc
14 lines
441 B
Plaintext
14 lines
441 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.
|
|
pip>=6.0 # MIT
|
|
setuptools!=24.0.0,>=16.0 # PSF/ZPL
|
|
wheel # MIT
|
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
|
PrettyTable<0.8,>=0.7 # BSD
|
|
pyasn1 # BSD
|
|
pyOpenSSL>=0.14 # Apache-2.0
|
|
pycrypto>=2.6 # Public Domain
|
|
PyYAML>=3.1.0 # MIT
|
|
virtualenv # MIT
|