From 5393de0d21a21e1a0b513ee180c7668c8b44948c Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Fri, 7 May 2021 03:33:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Move=20pytest=20and=20Sphinx=20t?= =?UTF-8?q?o=20dev-dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/backend/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/backend/pyproject.toml b/code/backend/pyproject.toml index 35f05f1..3b7769a 100644 --- a/code/backend/pyproject.toml +++ b/code/backend/pyproject.toml @@ -12,9 +12,7 @@ Flask-SQLAlchemy = "^2.5.1" bcrypt = "^3.2.0" Flask-JWT-Extended = "^4.1.0" Flask-Cors = "^3.0.10" -pytest = "^6.2.3" requests = "^2.25.1" -Sphinx = "^3.5.4" apispec = "^4.4.0" apispec-webframeworks = "^0.5.2" marshmallow = "^3.11.1" @@ -22,6 +20,8 @@ openapi-spec-validator = "^0.3.0" flask-swagger-ui = "^3.36.0" [tool.poetry.dev-dependencies] +pytest = "^6.2.3" +Sphinx = "^3.5.4" [build-system] requires = ["poetry-core>=1.0.0"]