Skip to content

Commit 5287425

Browse files
nvonbenkenaleksihakli
authored andcommitted
Update setup.py
requires should no longer be used https://setuptools.pypa.io/en/latest/references/keywords.html
1 parent 19e64a2 commit 5287425

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
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/x-rst",
1414
license="MIT license",
1515
python_requires=">=3.8",
16-
requires=["django (>=2.2)"],
16+
install_requires=["django (>=2.2)"],
1717
packages=["widget_tweaks", "widget_tweaks.templatetags"],
1818
classifiers=[
1919
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)