Initial commit with price extraction from pdf
This commit is contained in:
commit
57550c3282
9 changed files with 252 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[project]
|
||||
name = "py-edf"
|
||||
version = "0.1.0"
|
||||
description = "API pour les tarifs EDF"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pypdf>=6.7.0",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue