psycopg[c] v3.3.0 requires Python version 3.10 and above.

pull/9398/head
Akshay Joshi 2025-12-02 11:32:17 +05:30
parent dc7873c2b2
commit 086fa9bf87
1 changed files with 2 additions and 1 deletions

View File

@ -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.*