pip-requires: Document dep list
Add some comments indicating where deps are actually used (I was initially confused looking at this list until a realized a lot of these are pulled in to satisfy glance). Additionally remove django-registration, since current code doesn't seem to use it. Change-Id: I9d9bbd76b73aee63ca8dd72f061f0aeae12a58dd
This commit is contained in:
@@ -1,27 +1,34 @@
|
||||
coverage
|
||||
CherryPy
|
||||
# horizon
|
||||
Django==1.3.1
|
||||
django-nose==0.1.2
|
||||
django-nose-selenium
|
||||
django-registration==0.7
|
||||
eventlet
|
||||
kombu
|
||||
mox
|
||||
nose==1.0.0
|
||||
paste
|
||||
PasteDeploy
|
||||
pycrypto==2.3
|
||||
python-cloudfiles
|
||||
python-dateutil
|
||||
|
||||
# docs
|
||||
sphinx
|
||||
|
||||
# testing
|
||||
CherryPy
|
||||
coverage
|
||||
django-nose==0.1.2
|
||||
django-nose-selenium
|
||||
mox
|
||||
nose==1.0.0
|
||||
pep8
|
||||
pylint
|
||||
|
||||
# glance
|
||||
PasteDeploy
|
||||
eventlet
|
||||
kombu
|
||||
paste
|
||||
pycrypto==2.3
|
||||
routes
|
||||
sqlalchemy
|
||||
sqlalchemy-migrate
|
||||
pep8
|
||||
pylint
|
||||
sphinx
|
||||
webob
|
||||
xattr
|
||||
|
||||
# horizon non-pip deps
|
||||
-e git+https://github.com/openstack/quantum.git@stable/diablo#egg=quantum
|
||||
-e git+https://github.com/cloudbuilders/openstackx.git#egg=openstackx
|
||||
-e git+https://github.com/openstack/python-novaclient.git#egg=python-novaclient
|
||||
|
||||
Reference in New Issue
Block a user