Skip to content

Commit

Permalink
change configparser requirement to be conditional on python version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkcf committed Apr 24, 2019
1 parent b6559a9 commit 7b557ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
platforms="ALL",
license="GPL",
packages=['arabic_reshaper'],
install_requires=['configparser', 'future', 'setuptools'],
install_requires=['configparser; python_version <"3"',
'future',
'setuptools'],
author="Abdullah Diab",
author_email="mpcabd@gmail.com",
maintainer="Abdullah Diab",
Expand Down

0 comments on commit 7b557ca

Please sign in to comment.