Remove indirect dependency from requirements.txt
Only direct dependencies need to be listed in requirements.txt. pyparsing was previously added to workaround installation ordering issues, which is no longer necessary. Change-Id: I45bdd1d0dabfcc7c80314c28072950cfc5a59615
This commit is contained in:
Dirk Mueller
committed by
Sean Dague
parent
cdb89b0fb3
commit
12b104751a
1 changed files with 0 additions and 1 deletions
@@ -29,7 +29,6 @@ python-keystoneclient>=0.2.0
six
stevedore>=0.10
websockify>=0.5.1,<0.6
pyparsing>=1.5.7,<2.0 # order-dependent python-quantumclient req, bug 1191866
-f http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3
oslo.config>=1.2.0a3
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.