- 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.
15 lines
303 B
TOML
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",
|
|
]
|