From: tierno Date: Thu, 17 Oct 2019 14:24:58 +0000 (+0000) Subject: adding needed dependency aiohttp X-Git-Tag: v7.0.0rc1~25 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=refs%2Fchanges%2F56%2F8056%2F2 adding needed dependency aiohttp Change-Id: I9a2046c4f470d8946f8881b6a3c2dd7684a34679 Signed-off-by: tierno --- diff --git a/requirements.txt b/requirements.txt index 426e430..6928de1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ CherryPy==18.1.2 jsonschema -PyYAML==3.* +PyYAML python-keystoneclient requests git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common diff --git a/setup.py b/setup.py index ad7cdd5..7a4599a 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,8 @@ setup( 'PyYAML', 'osm-im', 'python-keystoneclient', - 'requests' + 'requests', + 'aiohttp', ], setup_requires=['setuptools-version-command'], ) diff --git a/stdeb.cfg b/stdeb.cfg index c5d0fe9..8e4ea8a 100644 --- 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, - python3-keystoneclient, python3-pip, python3-requests + python3-keystoneclient, python3-pip, python3-requests, python3-aiohttp