fix(release): pin pyjwt to version <2 (#12804)

This commit is contained in:
Ville Brofeldt
2021-01-29 12:01:58 +02:00
committed by GitHub
parent 642a76f6cc
commit bab86abd92

View File

@@ -97,6 +97,7 @@ setup(
"python-geohash",
"pyarrow>=1.0.1, <1.1",
"pyyaml>=5.1",
"PyJWT>=1.7.1, <2",
"redis",
"retry>=0.9.2",
"selenium>=3.141.0",