Skip to content

Commit 7538bc4

Browse files
PKG: Add setuptools dependency
`arabic_reshaper.py` makes use of `pkg_resources`, which is part of `setuptools` (which, in turn, are not part of the Python standard library).
1 parent 1175907 commit 7538bc4

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
@@ -21,7 +21,7 @@
2121
platforms="ALL",
2222
license="GPL",
2323
packages=['arabic_reshaper'],
24-
install_requires=['configparser', 'future'],
24+
install_requires=['configparser', 'future', 'setuptools'],
2525
author="Abdullah Diab",
2626
author_email="[email protected]",
2727
maintainer="Abdullah Diab",

0 commit comments

Comments
 (0)