Skip to content

Commit cd9c048

Browse files
committed
fix dependency versions
1 parent d4b01b1 commit cd9c048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ gunicorn>=20; python_version >= "3"
2727
humanize
2828
jsonschema<4; python_version < "3.6"
2929
jsonschema>=4; python_version >= "3.6"
30-
jwcrypto==1.5.6; python_version >= "3.6"
30+
jwcrypto==1.5.6; python_version >= "3.8"
31+
jwcrypto==1.5.1; python_version < "3.8" and python_version >="3.6"
3132
jwcrypto==0.8; python_version < "3.6" # pyup: ignore
3233
lxml>=3.7
3334
mako # controlled by pyramid_mako

0 commit comments

Comments
 (0)