Commit edf39e93 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added flask-restx==0.1.1 to solve: 'from werkzeug import...

added flask-restx==0.1.1 to solve: 'from werkzeug import cached_propertyImportError: cannot import name 'cached_property' from 'werkzeug''
parent 8f218e37
werkzeug==1.0.0
PyYAML
wheel==0.34.2
connexion==2.6.0
python-dateutil==2.8.1
typing==3.7.4.1
swagger-ui-bundle==0.0.6
# tinydb==3.15.1
tinydb==3.15.2
tosca-parser ==1.7.0
flask-restx==0.1.1
\ No newline at end of file
......@@ -4,7 +4,7 @@ import sys
from setuptools import setup, find_packages
NAME = "sure_tosca"
VERSION = "1.2.0"
VERSION = "1.0.0"
# To install the library, run the following
#
......
#!/usr/bin/env python3
#!/usr/bin/env python
import connexion
......
......@@ -6,4 +6,4 @@ from __future__ import absolute_import
from sure_tosca.models.node_template import NodeTemplateModel
from sure_tosca.models.node_template_map import NodeTemplateMapModel
from sure_tosca.models.topology_template import TopologyTemplateModel
from sure_tosca.models.tosca_template import ToscaTemplateModel
\ No newline at end of file
from sure_tosca.models.tosca_template import ToscaTemplateModel
......@@ -4,4 +4,4 @@ coverage==5.0.3
nose>=1.3.7
pluggy>=0.13.1
randomize>=0.14
werkzeug==1.0.0
\ No newline at end of file
Werkzeug==0.16.1
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment