[tool.poetry] name = "booru-sync" version = "0.1.0" description = "Python scripts and library for syncing content between Danbooru and Szurubooru" authors = ["Colin Wilk "] readme = "README.md" [tool.poetry.dependencies] python = "^3.10" pybooru = "^4.2.2" alive-progress = "^3.1.4" colorama = "^0.4.6" python-dotenv = "^1.0.0" pydantic = "^2.4.2" [tool.poetry.group.dev.dependencies] pytype = "^2023.9.27" pydocstyle = "^6.3.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.pydocstyle] ignore = "D107,D200,D203,D205,D211,D212,D213,D400,D406,D407,D413,D415"