We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea37d62 commit c8365bcCopy full SHA for c8365bc
Makefile
@@ -3,7 +3,7 @@ default: tests
3
4
getdeps:
5
@echo "Installing required dependencies"
6
- @pip install --user --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy
+ @pip install --break-system-packages --user --upgrade autopep8 certifi pytest pylint urllib3 argon2-cffi pycryptodome typing-extensions mypy
7
8
check: getdeps
9
@echo "Running checks"
0 commit comments