Change-Id: Id9a2e516e253ccf174d2ac7849178da7bdac0576
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
RUN apt-get update && apt-get install -y git python3 python3-jsonschema \
python3-pymongo python3-yaml python3-pip python3-keystoneclient \
&& pip3 install pip==9.0.3 \
- && pip3 install aiokafka aiohttp cherrypy==18.0.0 keystoneauth1 requests \
+ && pip3 install aiokafka aiohttp cherrypy==18.1.2 keystoneauth1 requests \
&& mkdir -p /app/storage/kafka && mkdir -p /app/log
# OSM_COMMON
echo "Installing python dependencies via pip..."
pip3 install pip==9.0.3
-pip3 install cherrypy==18.0.0
+pip3 install cherrypy==18.1.2
pip3 install keystoneauth1
#Creation of log folder
# under the License.
##
-version = '6.0.2.post3'
+version = '6.0.2.post4'
version_date = '2018-09-13'
# License for the specific language governing permissions and limitations
# under the License.
-CherryPy==18.0.0
+CherryPy==18.1.2
jsonschema
PyYAML==3.*
python-keystoneclient
'git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common'
],
install_requires=[
- 'CherryPy==18.0.0',
+ 'CherryPy==18.1.2',
'osm-common',
'jsonschema',
'PyYAML',