[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "mail-imap-sync" version = "0.1.0" requires-python = ">=3.11" # No IMAP dependency: imaplib is stdlib (PIHA runs 3.11.2). Recon Decyzja (a) — a synchronous # stdlib client is the right size for ~37 messages a day, and adds nothing to keep patched. dependencies = [ "asyncpg>=0.29", "structlog>=24.1", "kb-mail", ] [project.optional-dependencies] dev = [ "pytest>=8.1", "pytest-asyncio>=0.23", ] [project.scripts] mail-imap-sync = "mail_imap_sync.sync:main" [tool.setuptools.packages.find] where = ["src"] [tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["tests"]