2021-04-19 16:14:51 +02:00
|
|
|
[tool.poetry]
|
2021-04-25 14:30:36 +02:00
|
|
|
name = "nest_backend"
|
2021-04-19 16:14:51 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
2021-04-21 18:47:18 +02:00
|
|
|
authors = ["Lorenzo Balugani <lorenzo.balugani@gmail.com>"]
|
2021-04-19 16:14:51 +02:00
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2021-04-21 18:47:18 +02:00
|
|
|
python = "^3.8.5"
|
2021-04-26 19:59:24 +02:00
|
|
|
psycopg2-binary = "^2.8.6"
|
2021-04-19 16:14:51 +02:00
|
|
|
Flask = "^1.1.2"
|
|
|
|
Flask-SQLAlchemy = "^2.5.1"
|
2021-04-22 18:46:41 +02:00
|
|
|
bcrypt = "^3.2.0"
|
|
|
|
Flask-JWT-Extended = "^4.1.0"
|
2021-04-25 15:41:27 +02:00
|
|
|
Flask-Cors = "^3.0.10"
|
2021-04-25 17:24:37 +02:00
|
|
|
pytest = "^6.2.3"
|
|
|
|
requests = "^2.25.1"
|
2021-04-26 17:03:18 +02:00
|
|
|
Sphinx = "^3.5.4"
|
2021-05-05 22:21:04 +02:00
|
|
|
apispec = "^4.4.0"
|
|
|
|
apispec-webframeworks = "^0.5.2"
|
|
|
|
marshmallow = "^3.11.1"
|
|
|
|
openapi-spec-validator = "^0.3.0"
|
|
|
|
flask-swagger-ui = "^3.36.0"
|
2021-04-19 16:14:51 +02:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|