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.
2 parents 3086bde + 9f3720c commit d25aef0Copy full SHA for d25aef0
setup.py
@@ -16,7 +16,7 @@
16
license='MIT',
17
packages=find_packages(exclude=['tests', 'tests.tests']),
18
zip_safe=False,
19
- extras_require={ ':python_version<"3"': ['futures>=2.1.3'] },
+ install_requires=['futures >= 2.1.3;python_version<"3"'],
20
include_package_data=True,
21
keywords=('django pipeline asset compiling concatenation compression'
22
' packaging'),
0 commit comments