Skip to content

Commit e83eee7

Browse files
Dan Wendlandtemonty
Dan Wendlandt
authored andcommitted
Initial cut at removing unneeded dependencies.
Removed deps left-over from quantum-server Also Added 501 exceptions to client package. Change-Id: I4aa45090ce211d29ae97d398572817a68f690122
1 parent d0dd2ec commit e83eee7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ def run_git_command(cmd):
6161
Description = Summary
6262

6363
requires = [
64+
'Paste',
65+
'PasteDeploy',
66+
'python-gflags',
67+
'webob'
6468
]
6569

6670
EagerResources = [

tools/pip-requires

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1+
# NOTE(danwent): these paste dependencies are only here because of the weird
2+
# split of "common" quantum code between quantum-server and quantum-client.
3+
# Should be removed from here and setup.py once we fix that.
14
Paste
25
PasteDeploy
3-
Routes>=1.12.3
6+
47
distribute>=0.6.24
5-
eventlet>=0.9.12
6-
lxml
78
python-gflags
8-
simplejson
9-
sqlalchemy
109
webob
1110

12-
coverage
1311
nose
1412
nosexcover
1513
pep8==0.6.1

0 commit comments

Comments
 (0)