fixed typo in authors
This commit is contained in:
parent
d9a40474fc
commit
b4b7587e3c
|
@ -1,14 +1,14 @@
|
|||
[tool.poetry]
|
||||
name = "halfapi"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Joël Maizi <joel.maizi@lirmm.fr", "Maxime Alves <maxime.alves@lirmm.fr>"]
|
||||
authors = ["Joël Maizi <joel.maizi@lirmm.fr>", "Maxime Alves <maxime.alves@lirmm.fr>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
click = "^7.0.0"
|
||||
half-orm = { git = "git@gite.lirmm.fr:/malves/halfORM.git" }
|
||||
half-orm = { git = "git@gite.lirmm.fr:/newsi/halfORM.git" }
|
||||
PyJWT = "^1.7.0"
|
||||
python = "^3.7.0"
|
||||
python = "^3.7"
|
||||
starlette = "^0.13.0"
|
||||
uvicorn = "^0.11.0"
|
||||
|
||||
|
@ -16,5 +16,9 @@ uvicorn = "^0.11.0"
|
|||
pytest = "^3.4.0"
|
||||
requests = "^2.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
halfapi = 'halfpi.cli:cli'
|
||||
halfapi = 'halfapi.cli:cli'
|
||||
|
|
Loading…
Reference in New Issue