Skip to content

Commit 34f1b78

Browse files
authored
psycopg[binary] (#137)
1 parent 045b38c commit 34f1b78

File tree

2 files changed

+82
-2
lines changed

2 files changed

+82
-2
lines changed

pdm.lock

Lines changed: 81 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"fastapi[standard]>=0.115.2",
2020
"psutil>=6.0.0",
2121
"tomlkit>=0.13.2",
22-
"psycopg>=3.1", # Keep compatibility with 3.1--older Python installations/machines can't always install 3.2
22+
"psycopg[binary]>=3.1", # Keep compatibility with 3.1--older Python installations/machines can't always install 3.2
2323
]
2424
requires-python = ">=3.9"
2525
readme = "README.md"

0 commit comments

Comments
 (0)