We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dd2ec commit e83eee7Copy full SHA for e83eee7
setup.py
@@ -61,6 +61,10 @@ def run_git_command(cmd):
61
Description = Summary
62
63
requires = [
64
+ 'Paste',
65
+ 'PasteDeploy',
66
+ 'python-gflags',
67
+ 'webob'
68
]
69
70
EagerResources = [
tools/pip-requires
@@ -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.
4
Paste
5
PasteDeploy
-Routes>=1.12.3
6
+
7
distribute>=0.6.24
-eventlet>=0.9.12
-lxml
8
python-gflags
-simplejson
9
-sqlalchemy
10
webob
11
12
-coverage
13
nose
14
nosexcover
15
pep8==0.6.1
0 commit comments