From aec330655f937731c1ef85445f93f0bbec56f7cf Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 24 Jun 2017 09:30:32 +0200 Subject: Create securityscanning python package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also adds requirements and leverages on pkg_resources to find scripts. Change-Id: Ie92128ca9f08a9c39025b36ce7664f72982aacc6 Signed-off-by: Cédric Ollivier --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..264cf79 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pbr>=1.8 # Apache-2.0 +paramiko>=2.0 # LGPLv2.1+ +python-keystoneclient>=3.8.0 # Apache-2.0 +python-novaclient!=7.0.0,>=6.0.0 # Apache-2.0 -- cgit 1.2.3-korg