From 2feec666a247fb8687471aa6ec83680e1c1cd1ed Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 11 Aug 2019 19:11:40 -0700 Subject: [PATCH] Revert to jsonschema 2.6.0 due to packaging problem. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3e50ef2..343dd0f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jsonschema==3.0.2 # pyup: ignore +jsonschema==2.6.0 # pyup: ignore aiohttp==3.5.4 aiohttp-cors==0.7.0 aiofiles==0.4.0