Files
e-filing/app/pyproject.toml

10 lines
183 B
TOML

[project]
name = "efiling"
version = "0.1.0"
description = "Automate the e-filing workflow"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.27",
"python-dotenv>=1.0",
]