Skip to content

Commit

Permalink
refactor: added fastapi[standard] as dependency for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinknights29 committed Aug 13, 2024
1 parent 816edc1 commit 7b13759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/.devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fastapi==0.112.0
fastapi[standard]==0.112.0
kaggle==1.6.17
python-dotenv==1.0.1
pandas==2.2.2
1 change: 1 addition & 0 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fastapi==0.112.0
fastapi[standard]==0.112.0
kaggle==1.6.17
python-dotenv==1.0.1
pandas==2.2.2

0 comments on commit 7b13759

Please sign in to comment.