The pbr package is only a build time dependency and as such should not be in the requirements.txt requirements file. Change-Id: I5ee90767850c2caa4534f69b967f6dce6eca0de1
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
# Packages needed for using this library.
|
|
anyjson>=0.3.3
|
|
iso8601>=0.1.9
|
|
# Python 2->3 compatibility library.
|
|
six>=1.7.0
|
|
# Very nice graph library
|
|
networkx>=1.8
|
|
Babel>=1.3
|
|
# Used for backend storage engine loading.
|
|
stevedore>=0.14
|
|
# Backport for concurrent.futures which exists in 3.2+
|
|
futures>=2.1.3
|