Changes
This commit is contained in:
parent
3a3f899ea2
commit
128b3191e7
68 changed files with 28060 additions and 1152 deletions
9
finder/pyproject.toml
Normal file
9
finder/pyproject.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[project]
|
||||
name = "finder"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"flask",
|
||||
"httpx",
|
||||
"polars",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue