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.
1 parent 463c415 commit bcd1f1cCopy full SHA for bcd1f1c
setup.py
@@ -74,7 +74,7 @@ def run(self):
74
install_requires=[
75
"Django>=2.0",
76
"django-postgres-extra>=2.0,<3.0",
77
- "deprecation==2.0.7",
+ "deprecation>=2.0.7",
78
],
79
extras_require={
80
':python_version <= "3.6"': ["dataclasses"],
0 commit comments