We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9c048 commit 8107ebbCopy full SHA for 8107ebb
requirements.txt
@@ -28,7 +28,7 @@ humanize
28
jsonschema<4; python_version < "3.6"
29
jsonschema>=4; 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"
+jwcrypto==1.5.1; python_version == "3.6" or python_version == "3.7"
32
jwcrypto==0.8; python_version < "3.6" # pyup: ignore
33
lxml>=3.7
34
mako # controlled by pyramid_mako
0 commit comments