feat: add postgreSQL database support

!35
This commit is contained in:
2024-07-10 14:05:34 +09:30
parent f0bbd22cf4
commit 332810ffd6
2 changed files with 9 additions and 2 deletions

View File

@ -1,2 +1,5 @@
# mysql support
mysqlclient==2.2.4
# Postgres support
psycopg2==2.9.9 # postgresql16-dev postgresql16-client libpq-dev