mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
16 lines
334 B
TOML
16 lines
334 B
TOML
[tool.poetry]
|
|
name = "g2-progetto"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Nemesis <lorenzo.balugani@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
Flask = "^1.1.2"
|
|
Flask-SQLAlchemy = "^2.5.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|