Add video analysis script, project setup, and docs/research
This commit is contained in:
9
app/pyproject.toml
Normal file
9
app/pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user