Skip to content

Commit

Permalink
Use py2 compatible configparser explicitly (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panfilwk authored Jul 2, 2020
1 parent e9900e3 commit 6c5fd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_readme_md_contents():
"decorator>=3.3.2",
"requests>=2.6.0",
'typing;python_version<"3.5"',
'configparser;python_version<"3.0"',
'configparser<5;python_version<"3.0"',
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit 6c5fd54

Please sign in to comment.