Skip to content

Commit 8107ebb

Browse files
committed
fix requirements file: old range not parsed properly by pip?
1 parent cd9c048 commit 8107ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ humanize
2828
jsonschema<4; python_version < "3.6"
2929
jsonschema>=4; python_version >= "3.6"
3030
jwcrypto==1.5.6; python_version >= "3.8"
31-
jwcrypto==1.5.1; python_version < "3.8" and python_version >="3.6"
31+
jwcrypto==1.5.1; python_version == "3.6" or python_version == "3.7"
3232
jwcrypto==0.8; python_version < "3.6" # pyup: ignore
3333
lxml>=3.7
3434
mako # controlled by pyramid_mako

0 commit comments

Comments
 (0)