Revert "chore: remove double toml dependency in pyproject.toml"

This reverts commit 0d94decc69.
This commit is contained in:
Éloi Rivard 2024-05-02 13:42:42 +02:00
parent 0d94decc69
commit 58f1dc9493
No known key found for this signature in database
GPG key ID: 7EDA204EA57DD184
2 changed files with 3 additions and 2 deletions

4
poetry.lock generated
View file

@ -2350,7 +2350,7 @@ python-dateutil = "*"
name = "toml"
version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
optional = true
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
files = [
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
@ -2567,4 +2567,4 @@ sql = ["passlib", "sqlalchemy", "sqlalchemy-json", "sqlalchemy-utils"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "a1d6f8e16f0ceb5e350190e0c6233dc8a5122bfe508eb837bb3c5065d5d37daf"
content-hash = "13b52d1e77cba7ca75f40dde77df46511fded851bf40a733f40b1765c14bba03"

View file

@ -92,6 +92,7 @@ pytest-smtpd = "^0.1.0"
pytest-xdist = "^3.3.1"
slapd = "*"
time-machine = "^2.14.1"
toml = "^0.10.0"
[tool.poetry.group.demo]
optional = true