mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2026-01-02 20:45:38 +01:00
16 lines
233 B
TOML
16 lines
233 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
python-telegram-bot = "==20.0a6"
|
|
revchatgpt = "==0.0.31.3"
|
|
python-dotenv = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|