0.2.2 change requirement to psycopg2-binary

This commit is contained in:
Yusur 2025-12-09 15:11:54 +01:00
parent 6ba2cf039f
commit 942d7c7600
2 changed files with 5 additions and 5 deletions

View file

@ -13,8 +13,9 @@ dependencies = [
"Flask-WTF",
"Pillow",
"Pillow-Heif",
"psycopg2",
"alembic"
"psycopg2-binary",
"alembic",
"suou>=0.9.0"
]
requires-python = ">=3.10"
classifiers = [
@ -30,4 +31,4 @@ dev = [
packages = ["xefyl"]
[tool.setuptools.dynamic]
version = { attr = "xefyl.__version__" }
version = { attr = "xefyl.__version__" }