Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Jan 24, 2024
1 parent 6067b10 commit 09d4a79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "fastapi_app"
version = "1.0.0"
description = "Create a relecloud demo application with fastapi and cosmos-postgres"
dependencies = [
"fastapi==0.100.1",
"jinja2==3.1.2",
"uvicorn[standard]==0.23.2",
"python-multipart==0.0.6",
"psycopg2-binary==2.9.6",
"sqlmodel==0.0.8",
"fastapi",
"jinja2",
"uvicorn[standard]",
"python-multipart",
"psycopg2",
"sqlmodel",
]

[build-system]
Expand Down

0 comments on commit 09d4a79

Please sign in to comment.