election/requirements.txt
Ildiko Vancsa 04663fc490 Add docs jobs to the repo
Adding the jobs to build and publish docs from this repo to
docs.starlingx.org/election.

Depends-On: I5449d87ec8e76e26c39e3220f046c0ccfd0f255f
Change-Id: Ifd3afa8b9ea2640bcbcdc5e9f5d35922dd0f6c80
2019-05-15 14:27:57 +02:00

10 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
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
Jinja2>=2.10 # BSD License (3 clause)