[PMSH] Validate schema of PMSH monitoring policy
[dcaegen2/services.git] / components / pm-subscription-handler / setup.py
index a4d9ada..c8d9078 100644 (file)
@@ -1,5 +1,6 @@
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019 Nordix Foundation.
+#  Copyright (C) 2019-2021 Nordix Foundation.
+#  Copyright 2020 Deutsche Telekom. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -20,7 +21,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="pm_subscription_handler",
-    version="1.0.0",
+    version="1.2.0",
     packages=find_packages(),
     author="lego@est.tech",
     author_email="lego@est.tech",
@@ -30,5 +31,14 @@ setup(
     python_requires='>=3',
     install_requires=[
         "requests==2.22.0",
-        "tenacity==6.0.0"],
+        "tenacity==6.0.0",
+        "connexion==2.5.0",
+        "flask_sqlalchemy==2.4.1",
+        "Flask==1.1.1",
+        "swagger-ui-bundle==0.0.6",
+        "psycopg2-binary==2.8.4",
+        "onap_dcae_cbs_docker_client==2.1.1",
+        "onappylog==1.0.9",
+        "ruamel.yaml==0.16.10",
+        "jsonschema==3.2.0"]
 )