election/requirements.txt
Tony Breeds 544bcd41a3 [tools] Render historical stats for TC elections
Right now this script includes the data and needs to be updated after
each election.

We could factor out the data in the future

Change-Id: I60ba91efabb280e91b2481d20df0b16ec5471036
2016-10-09 23:56:34 +00:00

9 lines
359 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.
pytz>=2013.6 # MIT
PyYAML>=3.1.0 # MIT
requests>=2.10.0 # Apache-2.0
ndg-httpsclient>=0.4.2;python_version<'3.0' # BSD
PrettyTable>=0.7.1,<0.8 # BSD