2016-03-11 13:45:45 +11: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.
|
2017-01-04 16:28:24 +11:00
|
|
|
six>=1.9.0 # MIT
|
2016-03-11 13:45:45 +11:00
|
|
|
pytz>=2013.6 # MIT
|
2017-09-21 12:49:12 -04:00
|
|
|
PyYAML>=3.10 # MIT
|
|
|
|
requests>=2.14.2 # Apache-2.0
|
2016-09-07 14:21:11 +10:00
|
|
|
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|
2017-09-21 12:49:12 -04:00
|
|
|
PrettyTable<0.8,>=0.7.1 # BSD
|
2018-04-12 10:11:18 +10:00
|
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
2018-08-29 16:19:40 +10:00
|
|
|
Jinja2>=2.10 # BSD License (3 clause)
|