![Hervé Beraud](/assets/img/avatar_default.png)
NetworkX released 2.3, dropping support for Python 2. https://github.com/networkx/networkx/blob/master/doc/news.rst Also see I0a9700926c9a0db93e782c853c33f1aaee3d4876 fixed sphinx requirements also according to global requirements jsonschema should be uncaped also according to global requirements but there are conflicts with zakarclient designateclient and irconicclient so for now I put it in remark Change-Id: Iea3dbcfa1f6ddf2c413ede5e73fa076c6edccfdf
30 lines
967 B
Plaintext
30 lines
967 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.
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
croniter>=0.3.4 # MIT License
|
|
doc8>=0.6.0 # Apache-2.0
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
keystonemiddleware>=4.18.0 # Apache-2.0
|
|
mistral-lib>=0.4.0 # Apache-2.0
|
|
mock>=2.0.0 # BSD
|
|
networkx<2.3,>=1.10;python_version<'3.0' # BSD
|
|
networkx>=2.3;python_version>='3.4' # BSD
|
|
nose>=1.3.7 # LGPL
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
oslo.db>=4.27.0 # Apache-2.0
|
|
oslo.messaging>=5.29.0 # Apache-2.0
|
|
oslo.policy>=1.30.0 # Apache-2.0
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
oauthlib>=0.6.2 # BSD
|
|
requests-mock>=1.2.0 # Apache-2.0
|
|
tooz>=1.58.0 # Apache-2.0
|
|
tempest>=17.1.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
testtools>=2.2.0 # MIT
|
|
unittest2>=1.1.0 # BSD
|
|
WSME>=0.8.0 # MIT
|