Skip to content

Commit 4c7d203

Browse files
committed
add django as a dependency in install_requires
fixes #291
1 parent 2abf5b3 commit 4c7d203

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ project_urls =
2626
[options]
2727
python_requires = >=3.10
2828
packages = find:
29+
install_requires =
30+
django >= 5.1, < 5.2
2931

3032
[flake8]
3133
max-line-length = 119

0 commit comments

Comments
 (0)