Add video analysis script, project setup, and docs/research

This commit is contained in:
2026-05-13 11:06:14 -07:00
parent e1141cc663
commit 8d6f361ef7
4 changed files with 322 additions and 0 deletions

9
app/pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[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",
]