Skip to content

Commit

Permalink
Set minimum django version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner authored and trbs committed Apr 5, 2021
1 parent a4ab865 commit b93fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -107,7 +107,7 @@ def fullsplit(path, result=None):
cmdclass=cmdclasses,
package_data=package_data,
python_requires=">=3.6",
install_requires=[],
install_requires=["Django>=2.2"],
extras_require={},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit b93fd6b

Please sign in to comment.