diff options
| author | Dan Wendlandt <dan@nicira.com> | 2012-01-24 18:19:02 -0800 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-01-24 18:29:49 -0800 |
| commit | e83eee7b11e886861a5f370ddb74bbb4342bf867 (patch) | |
| tree | 9444d6d2860f94b2ac6e2f70ab42ba3092fbd669 /tools | |
| parent | d0dd2ecd635c0eb5fb239645879948f9f498b7b4 (diff) | |
| download | python-neutronclient-e83eee7b11e886861a5f370ddb74bbb4342bf867.tar.gz | |
Initial cut at removing unneeded dependencies.
Removed deps left-over from quantum-server
Also Added 501 exceptions to client package.
Change-Id: I4aa45090ce211d29ae97d398572817a68f690122
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index cd11114..724b197 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,15 +1,13 @@ +# NOTE(danwent): these paste dependencies are only here because of the weird +# split of "common" quantum code between quantum-server and quantum-client. +# Should be removed from here and setup.py once we fix that. Paste PasteDeploy -Routes>=1.12.3 + distribute>=0.6.24 -eventlet>=0.9.12 -lxml python-gflags -simplejson -sqlalchemy webob -coverage nose nosexcover pep8==0.6.1 |
