mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
requirements: Upgrade Python requirements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit a47c8ce15f
)
This commit is contained in:
committed by
Alex Vandiver
parent
582bc7d303
commit
5d79c7962f
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "zulip-server"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.10, <3.14"
|
||||
|
||||
[dependency-groups]
|
||||
prod = [
|
||||
@@ -23,7 +23,7 @@ prod = [
|
||||
"regex",
|
||||
|
||||
# Needed for manage.py
|
||||
"ipython",
|
||||
"ipython<9", # 9.0.0 requires Python ≥ 3.11
|
||||
|
||||
# Needed for image processing and thumbnailing
|
||||
"pyvips",
|
||||
@@ -210,7 +210,7 @@ prod = [
|
||||
]
|
||||
docs = [
|
||||
# Needed to build RTD docs
|
||||
"sphinx",
|
||||
"sphinx<8.2", # 8.2.0 requires Python ≥ 3.11
|
||||
"sphinx-rtd-theme",
|
||||
"sphinx-design",
|
||||
|
||||
|
Reference in New Issue
Block a user