Skip to content

Commit

Permalink
fix: do not ignore requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny-Wei committed Aug 9, 2023
1 parent d858e00 commit 2e1febd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ github.com
*.tgz
*.log
*.txt
!requirements.txt
__pycache__
venv
coverage.out
Expand Down
7 changes: 7 additions & 0 deletions cmd/classifier/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
gunicorn
Flask
ipdb==0.13.4
nptyping==1.3.0
numpy==1.22.0
PyJWT==1.7.1
tqdm==4.50.2

0 comments on commit 2e1febd

Please sign in to comment.