mirror of https://github.com/coddrago/Heroku
32 lines
841 B
TOML
32 lines
841 B
TOML
[[source]]
|
|
url = 'https://pypi.python.org/simple'
|
|
verify_ssl = true
|
|
name = 'pypi'
|
|
|
|
[requires]
|
|
python_version = '3.9.13'
|
|
|
|
[packages]
|
|
Telethon-Mod = '*'
|
|
pythondialog = '==3.5.3'
|
|
gitpython = '==3.1.27'
|
|
meval = '==2.5'
|
|
aiohttp_jinja2 = '==1.5'
|
|
aiohttp = '*'
|
|
Jinja2 = '==3.0.3'
|
|
requests = '==2.27.1'
|
|
aiogram = '==2.19'
|
|
grapheme = '==0.6.0'
|
|
heroku3 = '==5.1.4'
|
|
psycopg2-binary = '==2.9.3'
|
|
redis = '==3.5.3'
|
|
# Optional Heroku deps just to make user comfortable
|
|
Pillow = '*' # Any module, which works with images
|
|
pydub = '*' # Almost any, module which works with audio
|
|
SpeechRecognition = '*' # .dlmod vtt
|
|
googletrans = '==4.0.0rc1' # .dlmod translator
|
|
python-ffmpeg = '*' # Majority of modules, which work with audio
|
|
emoji = '*' # .dlmod sticks
|
|
moviepy = '*' # Almost any module, which works with video
|
|
websockets = '*' # .dlmod hikarichat
|