Files
jigaido/apps/telegram-bot/requirements.txt
shokollm 965c84379b Add uv support, systemd service, and deployment tooling
- pyproject.toml: uv-native project definition (replaces requirements.txt for uv users)
- requirements.txt: kept for pip compatibility
- deploy/jigaido-bot.service: systemd service file (copy to /etc/systemd/system/)
- deploy/setup.sh: automated deployment script
- README.md: updated with uv instructions, tmux, and systemd setup
2026-04-01 09:15:41 +00:00

5 lines
141 B
Plaintext

# For pip users (pip install -r requirements.txt)
# For uv users: uv sync (reads pyproject.toml)
python-telegram-bot>=21.6
dateparser>=1.2.0