[deps] add PyYAML to dependencies

This commit is contained in:
Maxime Alves LIRMM 2020-10-07 07:25:59 +02:00
parent b651d90f0e
commit acb0a46904
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ starlette = "*"
uvicorn = "*"
orjson = "*"
pyjwt = "*"
pyyaml = "*"
[requires]
python_version = "3"

View File

@ -48,7 +48,8 @@ setup(
"half_orm @ git+ssh://git@gite.lirmm.fr/maizi/halfORM.git",
"click>=7.1,<8",
"uvicorn>=0.11,<1",
"orjson>=3.1.1,<4"
"orjson>=3.1.1,<4",
"pyyaml>=5.3.1,<6"
],
extras_require={
"tests":[