mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
upgrade psycopg2 for python 3.11
Upgrade for all, it's a minor version
This commit is contained in:
parent
ba8196959c
commit
b540639d7f
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ install_requires =
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
database =
|
database =
|
||||||
psycopg2-binary>=2.9,<3
|
# Python 3.11 support starts in 2.9.2
|
||||||
|
psycopg2-binary>=2.9.2,<3
|
||||||
PyMySQL>=0.9,<1.1
|
PyMySQL>=0.9,<1.1
|
||||||
|
|
||||||
dev =
|
dev =
|
||||||
|
|
Loading…
Reference in a new issue