adding needed dependency aiohttp 56/8056/2
authortierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 17 Oct 2019 14:24:58 +0000 (14:24 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Thu, 17 Oct 2019 14:27:32 +0000 (14:27 +0000)
Change-Id: I9a2046c4f470d8946f8881b6a3c2dd7684a34679
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
requirements.txt
setup.py
stdeb.cfg

index 426e430..6928de1 100644 (file)
@@ -12,7 +12,7 @@
 
 CherryPy==18.1.2
 jsonschema
 
 CherryPy==18.1.2
 jsonschema
-PyYAML==3.*
+PyYAML
 python-keystoneclient
 requests
 git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
 python-keystoneclient
 requests
 git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
index ad7cdd5..7a4599a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -58,7 +58,8 @@ setup(
         'PyYAML',
         'osm-im',
         'python-keystoneclient',
         'PyYAML',
         'osm-im',
         'python-keystoneclient',
-        'requests'
+        'requests',
+        'aiohttp',
     ],
     setup_requires=['setuptools-version-command'],
 )
     ],
     setup_requires=['setuptools-version-command'],
 )
index c5d0fe9..8e4ea8a 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -1,4 +1,16 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain
+# a copy of the License at
+
+#         http://www.apache.org/licenses/LICENSE-2.0
+
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+
 [DEFAULT]
 X-Python3-Version : >= 3.5
 Depends3 : python3-osm-common, python3-osm-im, python3-cherrypy3, python3-yaml, python3-jsonschema,
 [DEFAULT]
 X-Python3-Version : >= 3.5
 Depends3 : python3-osm-common, python3-osm-im, python3-cherrypy3, python3-yaml, python3-jsonschema,
-    python3-keystoneclient, python3-pip, python3-requests
+    python3-keystoneclient, python3-pip, python3-requests, python3-aiohttp