Skip to content

Commit

Permalink
♻️ refactor: refactor codebase #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Mar 24, 2024
1 parent 9313e27 commit 89ee2d9
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 @@ run:
install:
pip3 install -r requirements.txt
package:
pip3 freeze > requirements_draft.txt
pip3 freeze > draft-requirements.txt
upgrade:
pip3 install --upgrade -r requirements.txt
docker-build:
Expand Down

0 comments on commit 89ee2d9

Please sign in to comment.