[deps] add "schema" as dependency

This commit is contained in:
Maxime Alves LIRMM 2021-11-29 17:01:52 +01:00
parent e203552876
commit 24bd3f5653
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ orjson = ">=3.4.7,<4"
pyjwt = ">=2.0.1,<3"
pyyaml = ">=5.3.1,<6"
timing-asgi = ">=0.2.1,<1"
schema = ">=0.7.4,<1"
[requires]
python_version = "3.8"

View File

@ -49,7 +49,8 @@ setup(
"uvicorn>=0.13,<1",
"orjson>=3.4.7,<4",
"pyyaml>=5.3.1,<6",
"timing-asgi>=0.2.1,<1"
"timing-asgi>=0.2.1,<1",
"schema>=0.7.4,<1"
],
classifiers=[
"Development Status :: 3 - Alpha",