From 24bd3f565362edb512cf0b919eebc24bbec40190 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Mon, 29 Nov 2021 17:01:52 +0100 Subject: [PATCH] [deps] add "schema" as dependency --- Pipfile | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 97b1202..1ec5385 100644 --- a/Pipfile +++ b/Pipfile @@ -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" diff --git a/setup.py b/setup.py index cbef4ad..e598f72 100755 --- a/setup.py +++ b/setup.py @@ -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",