typo in pyproject

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-03 21:49:31 +02:00
parent 70ee654ed9
commit 5ad2714205
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ half-orm = { git = "git@gite.lirmm.fr:newsi/halfORM.git" }
PyJWT = "^1.7.0"
python = "^3.7"
starlette = "^0.13.0"
uvicorn = { version = "^0.11.0", optional = True }
uvicorn = { version = "^0.11.0", optional = true }
fastapi = { version = "*", optional = true }
organigramme = { git = "git@gite.lirmm.fr:newsi/api/organigramme.git", optional = true }