chore: Add tzdata to backend requirements

Fixes PyInstaller warning about missing tzdata package on Windows.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
egg
2025-12-17 20:56:51 +08:00
parent 6f09c5f7cc
commit bc37a5392a

View File

@@ -7,5 +7,6 @@ httpx>=0.27.0
python-multipart>=0.0.9 python-multipart>=0.0.9
python-jose[cryptography]>=3.3.0 python-jose[cryptography]>=3.3.0
openpyxl>=3.1.2 openpyxl>=3.1.2
tzdata>=2024.1
pytest>=8.0.0 pytest>=8.0.0
pytest-asyncio>=0.24.0 pytest-asyncio>=0.24.0