simple-budgeting-bot/Pipfile

15 lines
207 B
TOML
Raw Permalink Normal View History

2022-11-14 14:46:06 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytelegrambotapi = "*"
dataset = "*"
[dev-packages]
[requires]
python_version = "3.10"
python_full_version = "3.10.6"