Skip to content

Commit

Permalink
Added make file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dilverse committed Oct 24, 2024
1 parent 3026797 commit 1d0a017
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 @@ -3,7 +3,7 @@ default: tests

getdeps:
@echo "Installing required dependencies"
@pip install --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy
@pip install --user --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy

check: getdeps
@echo "Running checks"
Expand Down

0 comments on commit 1d0a017

Please sign in to comment.