mirror of
https://github.com/Dineshkarthik/telegram_media_downloader.git
synced 2024-12-29 10:12:25 +08:00
clean up redundant install
This commit is contained in:
parent
de3de6bc11
commit
1193bc2317
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -8,7 +8,6 @@ deps: install
|
|||
install:
|
||||
pip install --upgrade pip setuptools
|
||||
pip install -r requirements.txt
|
||||
pip install https://github.com/pyrogram/pyrogram/archive/asyncio.zip
|
||||
|
||||
static_type_check:
|
||||
mypy media_downloader.py utils --ignore-missing-imports
|
||||
|
|
Loading…
Reference in a new issue