Skip to content

Commit f071c84

Browse files
committed
Restrict Django dependency to currently supported version
Maybe this will stop complaints about errors with Django versions that we don't support yet.
1 parent 1471af7 commit f071c84

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
@@ -63,7 +63,7 @@ def run(self):
6363
],
6464
python_requires=">=3.6",
6565
install_requires=[
66-
"Django>=2.0",
66+
"Django>=2.0,<5.0",
6767
"python-dateutil>=2.8.0,<=3.0.0",
6868
"ansimarkup>=1.4.0,<=2.0.0",
6969
],

0 commit comments

Comments
 (0)