commit | 8c1e0dc633f070ed93e3f517d65e7d28556427d3 | [log] [tgz] |
---|---|---|
author | guilhermesteinmuller <gsteinmuller@vexxhost.com> | Tue Mar 30 21:21:37 2021 -0300 |
committer | guilhermesteinmuller <gsteinmuller@vexxhost.com> | Tue Mar 30 21:21:37 2021 -0300 |
tree | a9cad62b14d8b73e2ace94ab1af0b5b5fc5ca2ab | |
parent | e6c506c7975414577b6b12e2927bf0f4f8088f93 [diff] |
initial requirements
diff --git a/requirements.txt b/requirements.txt index e69de29..3c80997 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -0,0 +1,6 @@ +pbr!=2.1.0,>=2.0.0 # Apache-2.0 +Flask!=0.11,>=1.0.2 # BSD +Flask-RESTful>=0.3.5 # BSD +oslo.config>=5.2.0 # Apache-2.0 +oslo.db>=4.27.0 # Apache-2.0 +oslo.policy>=1.44.1 # Apache-2.0 \ No newline at end of file