[project] name = "sowai-fiscal" version = "0.1.0" description = "NĂșcleo fiscal SowAI: motor de regras (imposto-como-dado), chave de acesso, builder de XML NF-e 4.00/NT 2025.002 v1.40" requires-python = ">=3.11" dependencies = [ "pydantic>=2.7", "nfelib>=2.5.2", "lxml>=5.2", "xsdata>=24.0", ] [dependency-groups] dev = ["pytest>=8", "pytest-asyncio>=0.24"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/sowai_fiscal"]