62 lines
1.5 KiB
TOML
62 lines
1.5 KiB
TOML
[project]
|
|
name = "contabilitat-2024"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"babel==2.13.1",
|
|
"beautifulsoup4==4.12.3",
|
|
"blinker==1.7.0",
|
|
"bottle==0.12.25",
|
|
"budget-report==0.4",
|
|
"cachetools==5.3.2",
|
|
"certifi==2024.7.4",
|
|
"chardet==5.2.0",
|
|
"charset-normalizer==3.3.2",
|
|
"cheroot==10.0.0",
|
|
"claude-agent-sdk>=0.1.0",
|
|
"click==8.1.7",
|
|
"docling==2.55.1",
|
|
"fava==1.26.2",
|
|
"fava-plugins==1.0",
|
|
"flask==3.0.0",
|
|
"flask-babel==4.0.0",
|
|
"google-api-core==2.14.0",
|
|
"google-api-python-client==2.109.0",
|
|
"google-auth==2.25.1",
|
|
"google-auth-httplib2==0.1.1",
|
|
"googleapis-common-protos==1.61.0",
|
|
"httplib2==0.22.0",
|
|
"idna==3.6",
|
|
"iniconfig==2.0.0",
|
|
"itsdangerous==2.1.2",
|
|
"jaraco-functools==4.0.0",
|
|
"jinja2==3.1.2",
|
|
"lxml>=5.3.1",
|
|
"markdown2==2.4.11",
|
|
"markupsafe==2.1.3",
|
|
"more-itertools==10.1.0",
|
|
"packaging==23.2",
|
|
"pdfminer2==20151206",
|
|
"pluggy==1.3.0",
|
|
"ply==3.11",
|
|
"protobuf==4.25.1",
|
|
"pyasn1==0.5.1",
|
|
"pyasn1-modules==0.3.0",
|
|
"pyparsing==3.1.1",
|
|
"pytest==7.4.3",
|
|
"python-dateutil==2.8.2",
|
|
"python-magic==0.4.27",
|
|
"pytz==2023.3.post1",
|
|
"requests==2.32.2",
|
|
"rsa==4.9",
|
|
"simplejson==3.19.2",
|
|
"six==1.16.0",
|
|
"soupsieve==2.5",
|
|
"tabulate==0.9.0",
|
|
"uritemplate==4.1.1",
|
|
"urllib3==2.1.0",
|
|
"werkzeug==3.0.1",
|
|
]
|