Meido/Pipfile

30 lines
419 B
TOML
Raw Normal View History

2022-01-07 03:24:12 +05:30
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
python-telegram-bot = "*"
telethon = "*"
cachetools = "*"
certifi = "*"
pyaes = "*"
pyasn1 = "*"
pytz = "*"
pytz-deprecation-shim = "*"
rsa = "*"
six = "*"
tornado = "*"
tzdata = "*"
tzlocal = "*"
apscheduler = "*"
2022-01-14 03:10:56 +05:30
ffmpeg = "*"
backports-zoneinfo = "*"
2022-02-17 21:33:33 +05:30
jikanpy = "*"
2022-02-20 13:52:33 +05:30
pymongo = "*"
2022-01-07 03:24:12 +05:30
[requires]
python_version = "3.8"