diff options
author | 2022-02-15 16:38:26 -0500 | |
---|---|---|
committer | 2022-02-15 16:38:26 -0500 | |
commit | 8575a4a1af843c89a91abdd853ea4a09f3d97eff (patch) | |
tree | bdf7531848589c9ff3ddf9b4ed0f4b766602d63c /pyproject.toml | |
parent | docs: Document the timeit setup wrapper (diff) | |
parent | Fix ignoring of raw DM edits (#2085) (diff) |
Merge branch 'main' into feat/timeit-command
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 19e5f78a7..c764910c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ tldextract = "^3.1.2" [tool.poetry.dev-dependencies] coverage = "~=5.0" -coveralls = "~=2.1" flake8 = "~=3.8" flake8-annotations = "~=2.0" flake8-bugbear = "~=20.1" |