From 6b2027550cea4382d89ae077473f0c037f25244c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20DURR?= Date: Thu, 15 Dec 2022 23:18:41 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"D=C3=A9pendance=20poetry=20manquante?= =?UTF-8?q?=20(setuptools)"=20(#526)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 022b365bb2b9e1902c8207ae9f42789bebfc93a5. --- poetry.lock | 4 ++-- pyproject.toml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1423f47a..baa92655 100644 --- a/poetry.lock +++ b/poetry.lock @@ -681,7 +681,7 @@ tornado = ["tornado (>=5)"] name = "setuptools" version = "65.6.3" description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" @@ -935,7 +935,7 @@ testing = ["coverage"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "9c89ca48ac2c25c25c0f4fb5e0db50d7dfbc1193fd4d9b6f72ef89c9839dc9d6" +content-hash = "08911593e7e5f4267de94d632be1332f4ef01a22b37a827f557eb15f0dba340b" [metadata.files] alabaster = [ diff --git a/pyproject.toml b/pyproject.toml index 57f09199..3a88a467 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,8 +43,6 @@ psycopg2-binary = "2.9.3" sentry-sdk = "^1.4.3" pygraphviz = "^1.9" Jinja2 = "^3.1" -setuptools = "^65.6.3" - # Extra optional dependencies mysqlclient = { version = "^2.0.3", optional = true }