We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f343504 commit 75a73d8Copy full SHA for 75a73d8
setup.py
@@ -17,6 +17,7 @@
17
author_email='[email protected]',
18
url='https://github.com/jackmaney/python-stdlib-list',
19
version=versioneer.get_version(),
20
+ install_requires=['functools32;python_version<"3.2"'],
21
extras_require={"develop": ["sphinx"]},
22
description='A list of Python Standard Libraries (2.6-7, 3.2-6).',
23
long_description=long_description,
0 commit comments