mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python: pin python with pip versions
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user