insert clients script

This commit is contained in:
2026-01-30 15:45:43 +02:00
parent cbf89f8ce9
commit 9eac7ec993
8 changed files with 670 additions and 9 deletions

View File

@@ -6,8 +6,11 @@ readme = "README.md"
requires-python = ">=3.14.0, <3.15"
dependencies = [
"click>=8.3.1",
"psycopg2>=2.9.11",
"pydantic-settings>=2.12.0",
"pyodbc>=5.3.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]
[build-system]