aboutsummaryrefslogtreecommitdiffstats
path: root/poetry.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2025-01-27 22:57:14 +0100
committerGitHub <noreply@github.com>2025-01-27 21:57:14 +0000
commit8cd10f7f3b76c070ca1aadccd470e732fb833a2f (patch)
tree3cc66db43b9e90d67d666bdf515c01f6e0381997 /poetry.toml
parent182e3896bf6c6b3aeb313d2227ff96e35fbf46bd (diff)
downloadgitea-8cd10f7f3b76c070ca1aadccd470e732fb833a2f.tar.gz
gitea-8cd10f7f3b76c070ca1aadccd470e732fb833a2f.zip
Updates for poetry 2.0 (#33415)
- Remove removed [`no-setuptools`](https://github.com/python-poetry/poetry/pull/9331) option, it's the default now - Ran `make update-py` under poetry 2.0.1 which updated the lockfile Also see https://github.com/python-poetry/poetry/releases/tag/2.0.0
Diffstat (limited to 'poetry.toml')
-rw-r--r--poetry.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/poetry.toml b/poetry.toml
index 0299355b5d..6eda9f8eff 100644
--- a/poetry.toml
+++ b/poetry.toml
@@ -1,4 +1,3 @@
[virtualenvs]
in-project = true
options.no-pip = true
-options.no-setuptools = true