Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Jan 26, 2024
1 parent 897b4d4 commit 749efdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# INSTALL DEPENDENCIES
.PHONY: deps
deps:
@python3.10 -m pip install -r requirements.dev.txt
@python3.10 -m pip install -r requirements.txt

# FORMAT PYTHON CODE
Expand Down
4 changes: 4 additions & 0 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
black~=23.3.0
autoflake~=2.1.1
isort~=5.12.0
pipreqs~=0.4.13

0 comments on commit 749efdb

Please sign in to comment.