diff options
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -12,19 +12,7 @@ sentry-sdk = {extras = ["falcon"], version = "~= 0.19.3"} [dev-packages] coverage = "~= 6.0" -flake8 = "~= 3.8.4" -flake8-annotations = "~= 2.5.0" -flake8-bugbear = "~= 20.11" -flake8-docstrings = "~= 1.5" -flake8-formatter-junit-xml = "~= 0.0.6" -flake8-import-order = "~= 0.18.1" -flake8-quotes = "~= 3.2" -flake8-string-format = "~= 0.3.0" -flake8-tidy-imports = "~= 4.2" -flake8-todo = "~= 0.7" -pep8-naming = "~= 0.11.1" pre-commit = "~= 2.9.3" -pydocstyle = "~= 5.1" [requires] python_version = "3.10" |