Skip to content

Conversation

@gremh97
Copy link
Collaborator

@gremh97 gremh97 commented Jan 6, 2026

의존성 추가

fixes #21

- 환경 변수 파일들을 gitignore에 추가
  - .env, .env.local, .env.development, .env.test, .env.production
- 백엔드 런타임 디렉토리 패턴 정리
  - pipeline_ui/backend/checkpoints/*
  - pipeline_ui/backend/output/*
  - pipeline_ui/backend/uploads/*
- 프론트엔드 의존성 파일 무시 설정
  - pipeline_ui/frontend/node_modules/*
  - pipeline_ui/frontend/package-lock.json
- 불필요한 ./ 접두사 제거 및 패턴 간소화
- pyproject.toml: FastAPI 백엔드 의존성 추가
  - fastapi>=0.124.4: 웹 API 프레임워크
  - uvicorn>=0.38.0: ASGI 서버
  - python-multipart>=0.0.21: 파일 업로드 지원
  - 추가 유틸리티: requests, httpx, tqdm, google-api-client 등
- pipeline_ui/README.md: uv 사용법 추가
  - 기존 venv 방식과 함께 'uv run python main.py' 옵션 제공
- uv.lock: 의존성 잠금 파일 업데이트
@choijhyeok choijhyeok merged commit 7900361 into dev Jan 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Update Python dependencies in pyproject.toml

3 participants