Add dev dependencies to poetry

This commit is contained in:
Patrick Robertson
2025-01-13 20:40:12 +01:00
parent bdfedfcf61
commit ab2eb3c7f5
4 changed files with 169 additions and 23 deletions

View File

@@ -62,10 +62,9 @@ dependencies = [
"toml (>=0.10.2,<0.11.0)"
]
[poetry.group.dev.dependencies]
autopep8 = "*"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
autopep8 = "^2.3.1"
[project.scripts]
auto-archiver = "auto_archiver.__main__:main"
@@ -73,4 +72,6 @@ auto-archiver = "auto_archiver.__main__:main"
[project.urls]
homepage = "https://github.com/bellingcat/auto-archiver"
repository = "https://github.com/bellingcat/auto-archiver"
documentation = "https://github.com/bellingcat/auto-archiver"
documentation = "https://github.com/bellingcat/auto-archiver"