Initial commit

This commit is contained in:
Misaka_Company
2026-07-30 14:17:18 +08:00
commit 4dc563cdd9
16 changed files with 1144 additions and 0 deletions

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
reportbro-lib>=3.12
sqlalchemy>=2.0
pyodbc>=5.2
pydantic>=2.0
pydantic-yaml>=0.12
# dev / verification only (not required at runtime)
pytest>=8.0
pymupdf>=1.24