From b41f6bbe4775e863518eb5cf2d3b8cc1eeb102da Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Wed, 31 Aug 2022 15:18:11 -0300 Subject: [PATCH] add orjson requirement --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15c788c..8f65de1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ pycmarkgfm>=1.1.0 beautifulsoup4>=4.11.1 lxml>=4.9.1 toml>=0.10.2 -slowapi>=0.1.6 \ No newline at end of file +slowapi>=0.1.6 +orjson>=3.8.0