81b79183d8
Now that we have the election_type in configuration.yaml we can stop manually switching the include in index.rst as we open the election. Depends-On: https://review.openstack.org/561075 Change-Id: I33fbbc9e2c0e2dfcdf38290bc103b126cffdea0a
11 lines
432 B
Plaintext
11 lines
432 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.
|
|
six>=1.9.0 # MIT
|
|
pytz>=2013.6 # MIT
|
|
PyYAML>=3.10 # MIT
|
|
requests>=2.14.2 # Apache-2.0
|
|
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
|
|
PrettyTable<0.8,>=0.7.1 # BSD
|
|
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|