Skip to content

Commit 07addd8

Browse files
committed
Fix python2.7 dependencies
1 parent 07b92af commit 07addd8

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
@@ -3,6 +3,6 @@ setuptools<=39.2 ;python_version=='3.4'
33
setuptools<=39.2 ;python_version=='3.3'
44
typing>=3.6,<3.7;python_version=='3.4'
55
typing>=3.6,<3.7;python_version=='3.3'
6-
setuptools<=44.1.*;python_version<"3"
6+
setuptools<45.0;python_version<"3"
77
typing;python_version<"3"
88
six>=1.13.0

0 commit comments

Comments
 (0)