Skip to content

Commit 603a918

Browse files
authored
Merge pull request #61 from lyft/asottile-patch-3
Only install `configparser` backport in python 2.x
2 parents 6fe7ad6 + 94438f9 commit 603a918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
extras_require = LazyLoadPlugin.get_extras_require()
88

99
extras_require[':python_version<"3"'] = [
10+
"configparser>=3.0.0,<4.0.0",
1011
"futures>=3.2.0,<4.0.0",
1112
"pathlib2>=2.3.2,<3.0.0"
1213
]
@@ -30,7 +31,6 @@
3031
install_requires=[
3132
"flyteidl>=0.15.0,<1.0.0",
3233
"click>=6.6,<8.0",
33-
"configparser>=3.0.0,<4.0.0",
3434
"croniter>=0.3.20,<4.0.0",
3535
"deprecation>=2.0,<3.0",
3636
"boto3>=1.4.4,<2.0",

0 commit comments

Comments
 (0)