rctp_fcst/pyproject.toml
TzuWei 1686b40a42
Add support for timezone handling and improve terminal data fetching
- Added `pytz` dependency to `pyproject.toml` and `uv.lock`.
- Introduced Taipei timezone handling in `tg_bot.py`.
- Enhanced terminal data fetching to include fallback mechanisms and display for the next 12 hours.
2026-02-28 20:53:51 +09:00

15 lines
303 B
TOML

[project]
name = "rctp-pax-fcst"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.14"
dependencies = [
"openpyxl>=3.1.5",
"panda>=0.3.1",
"pandas>=3.0.1",
"python-dotenv>=1.2.1",
"python-telegram-bot>=22.6",
"pytz>=2025.2",
"xlrd>=2.0.2",
]