blob: 145629a6d910e18e6df223cc9c459e78919f83ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[project]
name = "pricewatch"
version = "0.1.0"
description = "Track aanbiedingen en alerting"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-genai>=1.2.0",
"pydantic>=2.10.6",
"pymysql>=1.1.1",
"requests>=2.32.3",
"sqlalchemy>=2.0.38",
]
|