mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
68de565b26
Added a python test to check that the login procedure works properly
22 lines
476 B
TOML
22 lines
476 B
TOML
[tool.poetry]
|
|
name = "nest_backend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Lorenzo Balugani <lorenzo.balugani@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8.5"
|
|
psycopg2 = "^2.8.6"
|
|
Flask = "^1.1.2"
|
|
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"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|