[tool.poetry] name = "chanbans" version = "0.1.0" description = "4chan Ban Archiver" authors = ["Hidden Service "] license = "AGPL 3.0" readme = "README.md" [tool.poetry.dependencies] python = "^3.9" beautifulsoup4 = "^4.12.2" httpx = "^0.24.1" [tool.poetry.group.dev.dependencies] black = "^23.3.0" mypy = "^1.4.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"