Skip to content

Commit

Permalink
add uvicorn dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTraveylan committed Aug 29, 2024
1 parent 1a48af6 commit e0251dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/

# env
.env
.env.local
env*/
venv*/

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ pyjwt
passlib
bcrypt
cryptography
resend
resend
uvicorn

0 comments on commit e0251dc

Please sign in to comment.