--extra-index-url https://download.pytorch.org/whl/cu118 torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 # Celery & Broker client celery==5.3.6 redis==5.0.4 # or amqp if RabbitMQ 사용 # Image / CV / OCR opencv-python-headless==4.9.0.80 numpy==1.26.4 Pillow==10.3.0 shapely==2.0.4 # Inpainting / DL simple-lama-inpainting==0.1.1 # OCR/Mask/Rendering 관련(예시: PaddleOCR 사용시) # paddleocr==2.7.0.3 # 실제 프로젝트에 맞게 # paddlepaddle==2.6.1 # ARM 등 환경 따라 다름 # Translator # googletrans==4.0.2 deep_translator==1.11.4 # HTTP requests==2.32.3 # 기타 유틸 # loguru==0.7.2 # 사용시 python-dotenv==1.0.1 # .env 파싱시 # ONNX Runtime (MIGAN 인페인팅용) onnxruntime-gpu==1.16.3 onnx==1.14.0 # 🔥 MIGAN 인페인팅 추가 패키지 # TensorRT (성능 최적화용 - NVIDIA GPU 환경) # tensorrt>=8.6.0 # TensorRT 라이브러리 (별도 설치 필요) # 텍스트 렌더링 품질 개선 (Cairo/Pango 경고 해결) pycairo>=1.20.0 # Cairo 그래픽 라이브러리 PyGObject>=3.42.0 # GTK/Pango 바인딩 # Background removal rembg[gpu]==2.0.67 # 내부 모듈 경로 추가 필요시 editable install # -e .