From 67529cf4a3c8546255fd623d71028ab75c8cd6e7 Mon Sep 17 00:00:00 2001
From: Andrea Franchini <hello@andreafranchini.com>
Date: Tue, 30 May 2023 15:06:42 +0200
Subject: [PATCH] bump version and fix requirements.txt

---
 mc_openapi/__init__.py |  2 +-
 requirements.txt       | 68 +++++++-----------------------------------
 requirements.txt.old   | 57 +++++++++++++++++++++++++++++++++++
 3 files changed, 69 insertions(+), 58 deletions(-)
 create mode 100644 requirements.txt.old

diff --git a/mc_openapi/__init__.py b/mc_openapi/__init__.py
index 8219039..ba9b913 100644
--- a/mc_openapi/__init__.py
+++ b/mc_openapi/__init__.py
@@ -1 +1 @@
-__version__ = '2.3.0'
+__version__ = '2.4.0'
diff --git a/requirements.txt b/requirements.txt
index d03d7da..5420f7a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,57 +1,11 @@
-alabaster==0.7.13
-attrs==22.2.0
-Babel==2.11.0
-beautifulsoup4==4.11.1
-certifi==2022.12.7
-charset-normalizer==3.0.1
-click==8.1.3
-clickclick==20.10.2
-connexion==2.14.2
-docutils==0.19
-Flask==2.2.2
-furo==2022.12.7
-future-fstrings==1.2.0
-h11==0.14.0
-idna==3.4
-imagesize==1.4.1
-inflection==0.5.1
-iniconfig==2.0.0
-itsdangerous==2.1.2
-Jinja2==3.1.2
-joblib==1.2.0
-jsonschema==4.17.3
-lark==1.1.5
-lxml==4.9.2
-MarkupSafe==2.1.2
-networkx==3.0
-ordered-set==4.1.0
-packaging==23.0
-piacere-doml-synthesis==2023.1.3
-pluggy==1.0.0
-pyecore==0.13.0
-Pygments==2.14.0
-pyrsistent==0.19.3
-pytest==7.2.1
-pytz==2022.7.1
-PyYAML==6.0
-requests==2.28.2
-RestrictedPython==6.0
-snowballstemmer==2.2.0
-soupsieve==2.3.2.post1
-Sphinx==6.1.3
-sphinx-basic-ng==1.0.0b1
-sphinxcontrib-applehelp==1.0.4
-sphinxcontrib-devhelp==1.0.2
-sphinxcontrib-htmlhelp==2.0.0
-sphinxcontrib-jsmath==1.0.1
-sphinxcontrib-qthelp==1.0.3
-sphinxcontrib-serializinghtml==1.1.5
-swagger-ui-bundle==0.0.9
-termcolor==2.2.0
-urllib3==1.26.14
-uvicorn==0.20.0
-Werkzeug==2.2.2
-z3-solver==4.11.2.0
-tabulate==0.9.0
-pytest-xdist==3.3.1
-subtests==0.11.0
\ No newline at end of file
+tabulate
+connexion
+connexion[swagger-ui]
+joblib
+z3-solver
+networkx
+lxml
+pyecore
+piacere-doml-synthesis
+lark
+uvicorn
\ No newline at end of file
diff --git a/requirements.txt.old b/requirements.txt.old
new file mode 100644
index 0000000..d03d7da
--- /dev/null
+++ b/requirements.txt.old
@@ -0,0 +1,57 @@
+alabaster==0.7.13
+attrs==22.2.0
+Babel==2.11.0
+beautifulsoup4==4.11.1
+certifi==2022.12.7
+charset-normalizer==3.0.1
+click==8.1.3
+clickclick==20.10.2
+connexion==2.14.2
+docutils==0.19
+Flask==2.2.2
+furo==2022.12.7
+future-fstrings==1.2.0
+h11==0.14.0
+idna==3.4
+imagesize==1.4.1
+inflection==0.5.1
+iniconfig==2.0.0
+itsdangerous==2.1.2
+Jinja2==3.1.2
+joblib==1.2.0
+jsonschema==4.17.3
+lark==1.1.5
+lxml==4.9.2
+MarkupSafe==2.1.2
+networkx==3.0
+ordered-set==4.1.0
+packaging==23.0
+piacere-doml-synthesis==2023.1.3
+pluggy==1.0.0
+pyecore==0.13.0
+Pygments==2.14.0
+pyrsistent==0.19.3
+pytest==7.2.1
+pytz==2022.7.1
+PyYAML==6.0
+requests==2.28.2
+RestrictedPython==6.0
+snowballstemmer==2.2.0
+soupsieve==2.3.2.post1
+Sphinx==6.1.3
+sphinx-basic-ng==1.0.0b1
+sphinxcontrib-applehelp==1.0.4
+sphinxcontrib-devhelp==1.0.2
+sphinxcontrib-htmlhelp==2.0.0
+sphinxcontrib-jsmath==1.0.1
+sphinxcontrib-qthelp==1.0.3
+sphinxcontrib-serializinghtml==1.1.5
+swagger-ui-bundle==0.0.9
+termcolor==2.2.0
+urllib3==1.26.14
+uvicorn==0.20.0
+Werkzeug==2.2.2
+z3-solver==4.11.2.0
+tabulate==0.9.0
+pytest-xdist==3.3.1
+subtests==0.11.0
\ No newline at end of file
-- 
GitLab