Revert "Use orjson to parse json faster (#32153)" (#32185)

This reverts commit 2365e2e8cf.
This commit is contained in:
Paulus Schoutsen 2020-02-25 12:07:16 -08:00 committed by GitHub
parent ceb3985a99
commit 7d8da47309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 6 additions and 14 deletions

View file

@ -44,7 +44,6 @@ REQUIRES = [
"PyJWT==1.7.1",
# PyJWT has loose dependency. We want the latest one.
"cryptography==2.8",
"orjson==2.5.1",
"pip>=8.0.3",
"python-slugify==4.0.0",
"pytz>=2019.03",