mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2024-11-17 04:09:25 +08:00
Update to psycopg3
This commit is contained in:
parent
e79a1777c1
commit
3a68ab63cd
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ packaging==24.1; python_version >= '3.7'
|
||||||
pillow==11.0.0
|
pillow==11.0.0
|
||||||
prometheus-client==0.21.0; python_version >= '3.8'
|
prometheus-client==0.21.0; python_version >= '3.8'
|
||||||
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
|
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
|
||||||
psycopg2-binary==2.9.10; platform_system == 'Linux'
|
psycopg==3.2.3
|
||||||
pyasn1==0.6.1; python_version >= '3.8'
|
pyasn1==0.6.1; python_version >= '3.8'
|
||||||
pyasn1-modules==0.4.1; python_version >= '3.8'
|
pyasn1-modules==0.4.1; python_version >= '3.8'
|
||||||
pycodestyle==2.12.1; python_version >= '3.8'
|
pycodestyle==2.12.1; python_version >= '3.8'
|
||||||
|
|
Loading…
Reference in a new issue