0.2.2 change requirement to psycopg2-binary
This commit is contained in:
parent
6ba2cf039f
commit
942d7c7600
2 changed files with 5 additions and 5 deletions
|
|
@ -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__" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue