Skip to content

Commit 2eba3e8

Browse files
Hyeong-Jin Edward Kimflorijanstamenkovic
authored andcommitted
add python_version to backports-datetime-fromisoformat
1 parent ad551bf commit 2eba3e8

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
@@ -15,7 +15,7 @@
1515
packages=setuptools.find_packages(),
1616
install_requires=[
1717
"backoff==1.10.0",
18-
"backports-datetime-fromisoformat==1.0.0",
18+
"backports-datetime-fromisoformat==1.0.0; python_version < '3.7.0'",
1919
"dataclasses==0.7; python_version < '3.7.0'",
2020
"ndjson==0.3.1",
2121
"requests>=2.22.0",

0 commit comments

Comments
 (0)