Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiiRepair committed Aug 5, 2023
1 parent 4a9f0aa commit 5a35f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ create_env:

# install deps required to run this project
install:
pip3 install --no-deps -U pytgcalls==3.0.0.dev21 tgcalls==3.0.0.dev5 && pip3 install -r requirements.txt
pip3 install --no-deps -U pytgcalls==3.0.0.dev24 tgcalls==3.0.0.dev6 && pip3 install -r requirements.txt

# format files in the project
format:
Expand Down

0 comments on commit 5a35f4f

Please sign in to comment.