Skip to content

Commit

Permalink
Fix quart requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wout Feys committed Nov 14, 2024
1 parent fd1b7eb commit 5ba27e3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions sample-apps/quart-postgres-uvicorn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
quart
asyncpg
cryptography
uvicorn
quart==0.17.0
asyncpg==0.27.0
cryptography==39.0.1
uvicorn==0.22.0
Flask==2.3.0
Werkzeug==2.3.0

0 comments on commit 5ba27e3

Please sign in to comment.