httpx>=0.25.0
rich>=13.0
typer>=0.9.0
pydantic>=2.0
pydantic-settings>=2.0
cryptography>=41.0
prompt_toolkit>=3.0

[:sys_platform == "win32"]
pyreadline3>=3.4

[all]
keyring>=24.0
textual>=0.40.0
pdfplumber>=0.10.0

[dev]
build>=1.2.0
pytest>=8.0
pytest-asyncio>=0.23
pytest-html>=4.1.1
twine>=5.0.0

[keyring]
keyring>=24.0

[pdf]
pdfplumber>=0.10.0

[tui]
textual>=0.40.0
