Skip to content

Commit 0e6ba46

Browse files
committed
fix 'no module named django'
1 parent aa51a5b commit 0e6ba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hexlet-code"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = "^3.11"
6+
requires-python = ">=3.11"
77
dependencies = [
88
"dj-database-url>=2.3.0",
99
"django>=5.2.1",

0 commit comments

Comments
 (0)