소스 검색

Fix: requirements

iaun 2 달 전
부모
커밋
32618b02d7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      backend/requirements.txt

+ 2 - 2
backend/requirements.txt

@@ -6,8 +6,8 @@ Flask-CORS==4.0.0
 
 # Database - Updated for Python 3.14 compatibility
 SQLAlchemy>=2.0.25
-# Use psycopg2-binary for PostgreSQL, but make it optional for development
-# psycopg2-binary==2.9.9
+# PostgreSQL driver
+psycopg2-binary>=2.9.9
 
 # Authentication
 PyJWT==2.8.0