Skip to content

Commit 9f3720c

Browse files
committed
use install_requires instead of extras_require
1 parent decffd3 commit 9f3720c

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
@@ -16,7 +16,7 @@
1616
license='MIT',
1717
packages=find_packages(exclude=['tests', 'tests.tests']),
1818
zip_safe=False,
19-
extras_require={ ':python_version<"3"': ['futures>=2.1.3'] },
19+
install_requires=['futures >= 2.1.3;python_version<"3"'],
2020
include_package_data=True,
2121
keywords=('django pipeline asset compiling concatenation compression'
2222
' packaging'),

0 commit comments

Comments
 (0)