diff options
author | 2023-09-13 10:11:28 +0100 | |
---|---|---|
committer | 2023-09-13 10:11:28 +0100 | |
commit | 4f1bceb1ca09f12e9ebf8f0239d6b05f28f36297 (patch) | |
tree | 8d86f8392ea07d4cb05c023e0641d38349fc76a5 /pyproject.toml | |
parent | Bump 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.toml | 1 |
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] |