Dépendance poetry manquante (setuptools)

This commit is contained in:
Théo DURR 2022-12-15 22:36:56 +01:00 committed by GitHub
parent d8867fc9ea
commit 022b365bb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 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 = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
@ -935,7 +935,7 @@ testing = ["coverage"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "08911593e7e5f4267de94d632be1332f4ef01a22b37a827f557eb15f0dba340b"
content-hash = "9c89ca48ac2c25c25c0f4fb5e0db50d7dfbc1193fd4d9b6f72ef89c9839dc9d6"
[metadata.files]
alabaster = [

View File

@ -43,6 +43,8 @@ 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 }