Skip to content

Commit

Permalink
Fixed Django requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Jan 3, 2021
1 parent 252760d commit eff4926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description=open("README.rst").read() + "\n\n" + open("CHANGES.rst").read(),
long_description_content_type='text/x-rst',
license="MIT license",
requires=["django (>=2.0)"],
requires=["django (>=2.2)"],
packages=["widget_tweaks", "widget_tweaks.templatetags"],
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit eff4926

Please sign in to comment.