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 f618173 + c9fa35e commit a2586d2Copy full SHA for a2586d2
setup.py
@@ -17,7 +17,7 @@
17
keywords=["django", "notification" "alerts"],
18
packages=find_packages(),
19
zip_safe=False,
20
- install_requires=["django>=1.11,<3.2"],
+ install_requires=["django>=2.2,<3.2"],
21
classifiers=[
22
'Development Status :: 5 - Production/Stable',
23
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
0 commit comments