Skip to content

Commit

Permalink
🤖 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo authored and MLA-Bot committed Aug 7, 2024
1 parent af8bc7e commit 15daff6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 46 deletions.
72 changes: 36 additions & 36 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,21 @@ version = "0.1.0"
description = ""
authors = [{ name = "foglabs", email = "henry_neels@wgbh.org" }]
dependencies = [
"fastapi>=0.111.1",
"uvicorn>=0.30.3",
"sqlmodel>=0.0.21",
"psycopg2>=2.9.9",
"starlette-admin>=0.14.1",
"itsdangerous>=2.2.0",
"fastcrud>=0.13.1",
"asyncpg>=0.29.0",
"pydantic>=2.8.2",
"fastapi~=0.111",
"uvicorn~=0.30",
"sqlmodel~=0.0",
"psycopg2~=2.9",
"starlette-admin~=0.14",
"itsdangerous~=2.2",
"fastcrud~=0.14",
"asyncpg~=0.29",
"pydantic~=2.8",
]
requires-python = ">=3.9"
license = { text = "MIT" }

[project.optional-dependencies]
production = ["gunicorn>=22.0.0", "uvicorn>=0.30.5"]
production = [
"gunicorn~=22.0",
"uvicorn~=0.30",
]

0 comments on commit 15daff6

Please sign in to comment.