psycopg[c] v3.3.0 requires Python version 3.10 and above.
parent
dc7873c2b2
commit
086fa9bf87
|
|
@ -42,7 +42,8 @@ libgravatar==1.0.*
|
|||
paramiko==3.5.1
|
||||
passlib==1.*
|
||||
psutil==7.1.*
|
||||
psycopg[c]==3.3.0
|
||||
psycopg[c]==3.2.13; python_version < '3.10'
|
||||
psycopg[c]==3.3.0; python_version >= '3.10'
|
||||
pyotp==2.*
|
||||
python-dateutil==2.*
|
||||
pytz==2025.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue