[deps] removed half_orm from dependencies

This commit is contained in:
Maxime Alves LIRMM 2020-10-20 08:25:50 +02:00
parent e590bc31fe
commit d31efe3cc4
2 changed files with 0 additions and 2 deletions

View File

@ -2,5 +2,4 @@ click
starlette
uvicorn
PyJWT
half_orm @ git+ssh://git@gite.lirmm.fr/newsi/halfORM.git
pygit2==0.28.2

View File

@ -45,7 +45,6 @@ setup(
install_requires=[
"PyJWT>=1.7.1",
"starlette>=0.13,<1",
"half_orm @ git+ssh://git@gite.lirmm.fr/maizi/halfORM.git",
"click>=7.1,<8",
"uvicorn>=0.11,<1",
"orjson>=3.1.1,<4",