mirror of
https://github.com/pds-nest/nest.git
synced 2025-02-16 12:43:58 +00:00
🔨 Add all authors
This commit is contained in:
parent
5393de0d21
commit
86f1b550f8
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,16 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "nest_backend"
|
name = "nest_backend"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = "The backend for N.E.S.T."
|
||||||
authors = ["Lorenzo Balugani <lorenzo.balugani@gmail.com>"]
|
authors = [
|
||||||
|
"Lorenzo Balugani <256867@studenti.unimore.it>",
|
||||||
|
"Stefano Pigozzi <256895@studenti.unimore.it>",
|
||||||
|
"Stefano Goldoni <280712@studenti.unimore.it>",
|
||||||
|
"Giorgio Minoccari <261807@studenti.unimore.it>",
|
||||||
|
"Flavia Cocca <253218@studenti.unimore.it>",
|
||||||
|
"Chiara Calzolari <258727@studenti.unimore.it>",
|
||||||
|
"Giovanni Anniballi <253150@studenti.unimore.it>",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8.5"
|
python = "^3.8.5"
|
||||||
|
|
Loading…
Add table
Reference in a new issue