[deps] jwt -> PyJWT

This commit is contained in:
Maxime Alves LIRMM@home 2020-08-07 02:08:22 +02:00
parent bdc131434b
commit 30651ec19b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
click click
starlette starlette
uvicorn uvicorn
jwt PyJWT
half_orm @ git+ssh://git@gite.lirmm.fr/newsi/halfORM.git half_orm @ git+ssh://git@gite.lirmm.fr/newsi/halfORM.git
pygit2==0.28.2 pygit2==0.28.2

View File

@ -43,7 +43,7 @@ setup(
packages=get_packages(module_name), packages=get_packages(module_name),
python_requires=">=3.7", python_requires=">=3.7",
install_requires=[ install_requires=[
"jwt>=1.0,<2", "PyJWT>=1.7.1",
"starlette>=0.13,<1", "starlette>=0.13,<1",
"half_orm @ git+ssh://git@gite.lirmm.fr/maizi/halfORM.git", "half_orm @ git+ssh://git@gite.lirmm.fr/maizi/halfORM.git",
"click>=7.1,<8", "click>=7.1,<8",