[project] name = "taskncoffee" version = "0.1.0" description = "simple task-manager" authors = [ {name = "IluaAir",email = "ilya@air.ru"} ] license = {text = "MIT"} readme = "README.md" requires-python = ">=3.12" dependencies = [ "sqlalchemy (>=2.0.41,<3.0.0)", "uvicorn (>=0.34.2,<0.35.0)", "aiosqlite (>=0.21.0,<0.22.0)", "pydantic-settings (>=2.9.1,<3.0.0)", "alembic (>=1.16.1,<2.0.0)", "ruff (>=0.11.12,<0.12.0)", "greenlet (>=3.2.2,<4.0.0)", "pydantic (>=2.11.7,<3.0.0)", "idna (>=3.10,<4.0)", "fastapi (>=0.115.14,<0.116.0)", "pyjwt (>=2.10.1,<3.0.0)", "passlib (>=1.7.4,<2.0.0)", "email-validator (>=2.2.0,<3.0.0)", "bcrypt (==4.0.1)", ] [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] build-backend = "poetry.core.masonry.api"