Skip to content

Commit c998b37

Browse files
committed
➕ CHORE: postgres 사용을 위한 psycopg2 라이브러리 설치
1 parent e48fb27 commit c998b37

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

pdm.lock

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ dependencies = [
1717
"python-dotenv>=1.0.1",
1818
"reportlab>=4.3.1",
1919
"iamport-rest-client>=0.9.0",
20+
"psycopg2>=2.9.10",
21+
"psycopg2-binary>=2.9.10",
2022
]
2123
requires-python = ">=3.13"
2224
readme = "README.md"

0 commit comments

Comments
 (0)