Skip to content

Commit

Permalink
Update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Jun 6, 2024
1 parent 9c36a06 commit a8a813f
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 309 deletions.
12 changes: 4 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
##
# Project Title
#
# @file
# @version 0.1
.PHONY: all ${MAKECMDGOALS}

.PHONY=flake8 black mypy lint types run debug
install:
@type poetry >/dev/null || pip3 install poetry
@poetry install --no-root

lint: flake8 black mypy

Expand Down Expand Up @@ -34,5 +32,3 @@ run:

debug:
@sudo -E pipx run --no-cache --spec ./ mitm --verbose

# end
Loading

0 comments on commit a8a813f

Please sign in to comment.