blob: b705689f45392e268d5e5d604cc6ded69a5b9c66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# 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==4.0.4 # Apache-2.0
setuptools==39.2.0 # PSF/ZPL
tornado==4.3 # Apache-2.0
epydoc==3.0.1
six==1.11.0 # MIT
motor==1.2.2 # Apache-2.0
oauth2==1.9.0.post1
jira==1.0.15
tlslite==0.4.9
pyjwt>=1.5.2
cryptography==2.2.2
python-cas==1.2.0
futures==3.2.0
|