40d322d283
building of docs fails due to incompatibilities between sphinx and other packages. Sync requirements with global requirements, this fixes the build problems. Change-Id: I2060945854515fa54a8c5e3e9598a9255e5493e4
19 lines
638 B
Plaintext
19 lines
638 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.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
Flask!=0.11,<1.0,>=0.10 # BSD
|
|
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
|
|
dogpile.cache>=0.6.2 # BSD
|
|
subunit2sql>=1.7.0 # Apache-2.0
|
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
|
flask-jsonpify>=1.5.0 # MIT
|
|
PyMySQL>=0.7.6 # MIT License
|
|
python-dateutil>=2.4.2 # BSD
|
|
pandas>=0.18.0 # BSD
|
|
numpy>=1.7.0 # BSD
|
|
six>=1.9.0 # MIT
|
|
pytz>=2013.6 # MIT
|
|
feedgen>=0.3.2 # BSD
|
|
pyelasticsearch<1.0
|