Revert "Dépendance poetry manquante (setuptools)" (#526)

This reverts commit 022b365bb2.
This commit is contained in:
Théo DURR 2022-12-15 23:18:41 +01:00 committed by GitHub
parent 022b365bb2
commit 6b2027550c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

4
poetry.lock generated
View File

@ -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 = [

View File

@ -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 }