Skip to content

Commit

Permalink
Include requirements.txt in dev and prod requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonyte committed Aug 3, 2024
1 parent 038a21d commit 9c051b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements.txt
pre-commit~=3.8.0
uvicorn[standard]~=0.30.3
1 change: 1 addition & 0 deletions requirements-prod.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-r requirements.txt
uvicorn[standard]~=0.30.3

0 comments on commit 9c051b7

Please sign in to comment.