diff options
Diffstat (limited to 'apigateway/requirements.txt')
-rw-r--r-- | apigateway/requirements.txt | 10 |
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 |