Skip to content

Commit d60b7a8

Browse files
asherfCopilot
andauthored
Update setup.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9ee37d1 commit d60b7a8

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
@@ -45,7 +45,7 @@ def get_version():
4545
setup_requires=["pytest-runner"],
4646
options={"bdist_wheel": {"universal": "1"}},
4747
install_requires=[
48-
"Django>=4.2",
48+
"Django>=4.2,<6.0",
4949
"prometheus-client>=0.7",
5050
],
5151
classifiers=[

0 commit comments

Comments
 (0)