mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-03 04:55:47 +01:00
17 lines
244 B
TOML
17 lines
244 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
python-telegram-bot = "==20.1"
|
|
openai = "==0.27.0"
|
|
pydub = "==0.25.1"
|
|
python-dotenv = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|