Skip to content

Commit bcd1f1c

Browse files
committed
Relax "deprecation" dependency
1 parent 463c415 commit bcd1f1c

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
@@ -74,7 +74,7 @@ def run(self):
7474
install_requires=[
7575
"Django>=2.0",
7676
"django-postgres-extra>=2.0,<3.0",
77-
"deprecation==2.0.7",
77+
"deprecation>=2.0.7",
7878
],
7979
extras_require={
8080
':python_version <= "3.6"': ["dataclasses"],

0 commit comments

Comments
 (0)