mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Update to support python-telegram-bot v23
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
[project]
|
||||
name = "smsbot"
|
||||
version = "0.0.7"
|
||||
version = "0.1.0"
|
||||
description = "A simple Telegram bot to receive SMS messages."
|
||||
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
|
||||
license = { text = "MIT" }
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9,<3.10"
|
||||
dependencies = [
|
||||
"flask>=3.1.1",
|
||||
"flask[async]>=3.1.1",
|
||||
"prometheus-async>=25.1.0",
|
||||
"prometheus-client>=0.22.1",
|
||||
"python-telegram-bot<20",
|
||||
"python-telegram-bot>=22.3",
|
||||
"twilio>=9.7.0",
|
||||
"waitress>=3.0.2",
|
||||
"uvicorn>=0.35.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
||||
Reference in New Issue
Block a user