We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b01b1 commit cd9c048Copy full SHA for cd9c048
requirements.txt
@@ -27,7 +27,8 @@ gunicorn>=20; python_version >= "3"
27
humanize
28
jsonschema<4; python_version < "3.6"
29
jsonschema>=4; python_version >= "3.6"
30
-jwcrypto==1.5.6; python_version >= "3.6"
+jwcrypto==1.5.6; python_version >= "3.8"
31
+jwcrypto==1.5.1; python_version < "3.8" and python_version >="3.6"
32
jwcrypto==0.8; python_version < "3.6" # pyup: ignore
33
lxml>=3.7
34
mako # controlled by pyramid_mako
0 commit comments