summaryrefslogtreecommitdiffstats
path: root/apigateway/requirements.txt
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-02-28 15:51:34 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-03-06 16:26:40 +0800
commit119d491d35d02195cd0f77ba63f9dc133c15666f (patch)
tree397bc30dce7ccf2da7522b6d834908bff3b4eda8 /apigateway/requirements.txt
parent53b22cfb7ad8b323073213e4e55584261dd4e50a (diff)
Init api gateway framework
Add api gateway init frame code JIRA:PARSER-112 Change-Id: I4e5cff09f8ded4107b02bcdd791e5e2b707e11c5 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'apigateway/requirements.txt')
-rw-r--r--apigateway/requirements.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/apigateway/requirements.txt b/apigateway/requirements.txt
new file mode 100644
index 0000000..f7f8798
--- /dev/null
+++ b/apigateway/requirements.txt
@@ -0,0 +1,10 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr<2.0,>=0.11
+pecan
+WSME
+SQLAlchemy<1.1.0,>=0.9.9
+alembic>=0.8.0
+grpcio