python: pin python with pip versions

This commit is contained in:
vanyauhalin
2023-10-26 12:56:28 +04:00
parent 1353df7977
commit 6990bc40d2
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ requires = [
[project]
name = "online-editor-example"
version = "1.6.0"
requires-python = ">=3.11"
requires-python = ">=3.11.4"
dependencies = [
"django>=3.1.3",
"django-stubs>=4.2.3",