mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-29 07:54:19 +00:00
🔨 Move pytest and Sphinx to dev-dependencies
This commit is contained in:
parent
db12d7da9c
commit
5393de0d21
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,7 @@ Flask-SQLAlchemy = "^2.5.1"
|
||||||
bcrypt = "^3.2.0"
|
bcrypt = "^3.2.0"
|
||||||
Flask-JWT-Extended = "^4.1.0"
|
Flask-JWT-Extended = "^4.1.0"
|
||||||
Flask-Cors = "^3.0.10"
|
Flask-Cors = "^3.0.10"
|
||||||
pytest = "^6.2.3"
|
|
||||||
requests = "^2.25.1"
|
requests = "^2.25.1"
|
||||||
Sphinx = "^3.5.4"
|
|
||||||
apispec = "^4.4.0"
|
apispec = "^4.4.0"
|
||||||
apispec-webframeworks = "^0.5.2"
|
apispec-webframeworks = "^0.5.2"
|
||||||
marshmallow = "^3.11.1"
|
marshmallow = "^3.11.1"
|
||||||
|
@ -22,6 +20,8 @@ openapi-spec-validator = "^0.3.0"
|
||||||
flask-swagger-ui = "^3.36.0"
|
flask-swagger-ui = "^3.36.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
pytest = "^6.2.3"
|
||||||
|
Sphinx = "^3.5.4"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
Loading…
Reference in a new issue