mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 21:14:18 +00:00
17 lines
334 B
TOML
17 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"
|