màj des dépendances

This commit is contained in:
Maxime Alves LIRMM@home 2020-07-02 16:32:55 +02:00
parent dada376016
commit baec9f172f
2 changed files with 1 additions and 2 deletions

View File

@ -2,4 +2,3 @@ starlette
uvicorn
jwt
half_orm @ git+ssh://git@gite.lirmm.fr/newsi/halfORM.git
apidb @ git+ssh://git@gite.lirmm.fr/newsi/db/hop_api.git

View File

@ -46,8 +46,8 @@ setup(
'halfapi': ['lib/*', 'models/*']
},
install_requires=[
"apidb",
"click",
"jwt",
"starlette",
"uvicorn"],
extras_require={