2023-06-20 21:22:13 -07:00
|
|
|
[tool.poetry]
|
|
|
|
|
name = "chanbans"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
description = "4chan Ban Archiver"
|
|
|
|
|
authors = ["Hidden Service <hiddenservice@airmail.cc>"]
|
|
|
|
|
license = "AGPL 3.0"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-06-20 21:37:06 -07:00
|
|
|
python = "^3.9"
|
2023-06-20 21:22:13 -07:00
|
|
|
beautifulsoup4 = "^4.12.2"
|
2023-06-21 00:52:59 -07:00
|
|
|
aiohttp = "^3.8.4"
|
2023-07-31 18:04:53 -07:00
|
|
|
jinja2 = "^3.1.2"
|
2023-08-02 17:49:07 -07:00
|
|
|
python-dotenv = "^1.0.0"
|
2023-06-20 21:22:13 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
black = "^23.3.0"
|
|
|
|
|
mypy = "^1.4.0"
|
2023-06-20 23:21:58 -07:00
|
|
|
types-beautifulsoup4 = "^4.12.0.5"
|
|
|
|
|
pylint = "^2.17.4"
|
2023-06-20 21:22:13 -07:00
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
|
build-backend = "poetry.core.masonry.api"
|