Skip to content

Commit 75a73d8

Browse files
author
Sylvain MARIE
committed
Added dependency to functools32 for old python versions
1 parent f343504 commit 75a73d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
author_email='[email protected]',
1818
url='https://github.com/jackmaney/python-stdlib-list',
1919
version=versioneer.get_version(),
20+
install_requires=['functools32;python_version<"3.2"'],
2021
extras_require={"develop": ["sphinx"]},
2122
description='A list of Python Standard Libraries (2.6-7, 3.2-6).',
2223
long_description=long_description,

0 commit comments

Comments
 (0)