Replace toml with tomli (#787)

* Replace `toml` with `tomli`

* Replace `toml` with `tomli`
This commit is contained in:
Nikita Sobolev
2021-12-16 22:19:34 +03:00
committed by GitHub
parent b50a9077f8
commit 02a39f722d
3 changed files with 7 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ dependencies = [
"mypy>=0.910",
"django",
"django-stubs-ext>=0.3.0",
"toml",
"tomli",
# Types:
"typing-extensions",
"types-pytz",