aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2023-09-13 10:11:28 +0100
committerGravatar GitHub <[email protected]>2023-09-13 10:11:28 +0100
commit4f1bceb1ca09f12e9ebf8f0239d6b05f28f36297 (patch)
tree8d86f8392ea07d4cb05c023e0641d38349fc76a5 /pyproject.toml
parentBump ruff from 0.0.287 to 0.0.288 (#81) (diff)
Remove TOML dependency (#82)
* Remove TOML dependency in favour of tomllib from stdlib * Update Metricity to use tomllib
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2fe9898..30c5274 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,6 @@ coloredlogs = "15.0.1"
deepmerge = "1.1.0"
sqlalchemy = { extras = ["asyncio"], version = "2.0.20" }
python-dotenv = "1.0.0"
-toml = "0.10.2"
asyncpg = "0.28.0"
[tool.poetry.dev-dependencies]