diff --git a/config.yml b/config.yml index 570e049..c7f4e31 100644 --- a/config.yml +++ b/config.yml @@ -1,5 +1,6 @@ pyms: - requests: true + requests: + data: "" swagger: path: "swagger" file: "swagger.yaml" @@ -11,4 +12,4 @@ ms: SQLALCHEMY_TRACK_MODIFICATIONS: true SECRET_KEY: "gjr39dkjn344_!67#" DATABASE: db.sqlite3 - SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3 \ No newline at end of file + SQLALCHEMY_DATABASE_URI: sqlite:////tmp/db.sqlite3 diff --git a/requirements.txt b/requirements.txt index e254e2b..97510e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ Flask-SQLAlchemy==2.4.0 SQLAlchemy==1.3.5 Flask-Script==2.0.6 -py-ms==1.1.0 \ No newline at end of file +py-ms==1.2.0 \ No newline at end of file diff --git a/tests/config-tests.yml b/tests/config-tests.yml index 3e2cd9f..eb4e3cf 100644 --- a/tests/config-tests.yml +++ b/tests/config-tests.yml @@ -1,5 +1,6 @@ pyms: - requests: true + requests: + data: "" swagger: path: "swagger" file: "swagger.yaml" @@ -11,4 +12,4 @@ ms: SQLALCHEMY_TRACK_MODIFICATIONS: true SECRET_KEY: "gjr39dkjn344_!67#" DATABASE: db_test.sqlite3 - SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3 \ No newline at end of file + SQLALCHEMY_DATABASE_URI: sqlite:///db_test.sqlite3