🐾 초기 커밋: 반려동물 약품 추천 시스템
- pet_recommend_app.py: Flask 기반 약품 추천 API (포트 7001) - db_setup.py: PostgreSQL ORM 모델 (apdb_master) - requirements.txt: 패키지 의존성 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
requirements.txt
Normal file
6
requirements.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Flask==3.0.0
|
||||
Flask-Cors==4.0.0
|
||||
SQLAlchemy==2.0.25
|
||||
openai==1.99.1
|
||||
psycopg2-binary==2.9.9
|
||||
gunicorn==23.0.0
|
||||
Reference in New Issue
Block a user