diff --git a/README.es.md b/README.es.md index d7a3f71a0..4a291ef2f 100644 --- a/README.es.md +++ b/README.es.md @@ -158,7 +158,8 @@ deepwiki/ │ ├── api.py # Implementación FastAPI │ ├── rag.py # Generación Aumentada por Recuperación │ ├── data_pipeline.py # Utilidades de procesamiento de datos -│ └── requirements.txt # Dependencias Python +│ ├── pyproject.toml # Dependencias Python (Poetry) +│ └── poetry.lock # Versiones bloqueadas de dependencias Python │ ├── src/ # App frontend Next.js │ ├── app/ # Directorio app de Next.js diff --git a/README.fr.md b/README.fr.md index 248ca5624..18d4f8b8c 100644 --- a/README.fr.md +++ b/README.fr.md @@ -168,7 +168,8 @@ deepwiki/ │ ├── api.py # Implémentation FastAPI │ ├── rag.py # Génération Augmentée par Récupération (RAG) │ ├── data_pipeline.py # Utilitaires de traitement des données -│ └── requirements.txt # Dépendances Python +│ ├── pyproject.toml # Dépendances Python (Poetry) +│ └── poetry.lock # Versions verrouillées des dépendances Python │ ├── src/ # Application Frontend Next.js │ ├── app/ # Répertoire de l'application Next.js diff --git a/README.ja.md b/README.ja.md index bb9e42027..c46b28f8e 100644 --- a/README.ja.md +++ b/README.ja.md @@ -160,7 +160,8 @@ deepwiki/ │ ├── api.py # FastAPI実装 │ ├── rag.py # 検索拡張生成 │ ├── data_pipeline.py # データ処理ユーティリティ -│ └── requirements.txt # Python依存関係 +│ ├── pyproject.toml # Python依存関係 (Poetry) +│ └── poetry.lock # 固定されたPython依存関係バージョン │ ├── src/ # フロントエンドNext.jsアプリ │ ├── app/ # Next.jsアプリディレクトリ diff --git a/README.kr.md b/README.kr.md index c3c61b655..a5c21ff02 100644 --- a/README.kr.md +++ b/README.kr.md @@ -151,7 +151,8 @@ deepwiki/ │ ├── api.py # FastAPI 구현 │ ├── rag.py # Retrieval Augmented Generation │ ├── data_pipeline.py # 데이터 처리 유틸리티 -│ └── requirements.txt # Python 의존성 +│ ├── pyproject.toml # Python 의존성 (Poetry) +│ └── poetry.lock # 잠긴 Python 의존성 버전 │ ├── src/ # 프론트엔드 Next.js 앱 │ ├── app/ # Next.js 앱 디렉토리 diff --git a/README.pt-br.md b/README.pt-br.md index eee4044ca..1b3ccd6be 100644 --- a/README.pt-br.md +++ b/README.pt-br.md @@ -157,7 +157,8 @@ deepwiki/ │ ├── api.py # Implementação FastAPI │ ├── rag.py # Retrieval Augmented Generation │ ├── data_pipeline.py # Utilitários de processamento de dados -│ └── requirements.txt # Dependências Python +│ ├── pyproject.toml # Dependências Python (Poetry) +│ └── poetry.lock # Versões fixas de dependências Python │ ├── src/ # Aplicativo Next.js frontend │ ├── app/ # Diretório do aplicativo Next.js diff --git a/README.ru.md b/README.ru.md index 01c5c9dcf..3d8650ad1 100644 --- a/README.ru.md +++ b/README.ru.md @@ -167,7 +167,8 @@ deepwiki/ │ ├── api.py # Реализация через FastAPI │ ├── rag.py # RAG: генерация с дополнением │ ├── data_pipeline.py # Утилиты обработки данных -│ └── requirements.txt # Зависимости Python +│ ├── pyproject.toml # Зависимости Python (Poetry) +│ └── poetry.lock # Зафиксированные версии зависимостей Python │ ├── src/ # Клиентское приложение на Next.js │ ├── app/ # Каталог приложения Next.js diff --git a/README.vi.md b/README.vi.md index 38bd54fd0..58570814e 100644 --- a/README.vi.md +++ b/README.vi.md @@ -151,7 +151,8 @@ deepwiki/ │ ├── api.py # FastAPI │ ├── rag.py # Retrieval Augmented Generation (RAG) │ ├── data_pipeline.py # Data processing utilities -│ └── requirements.txt # Python dependencies +│ ├── pyproject.toml # Python dependencies (Poetry) +│ └── poetry.lock # Locked Python dependency versions │ ├── src/ # Frontend Next.js app │ ├── app/ # Next.js app directory diff --git a/README.zh-tw.md b/README.zh-tw.md index cc29aefcb..62712f21b 100644 --- a/README.zh-tw.md +++ b/README.zh-tw.md @@ -164,7 +164,8 @@ deepwiki/ │ ├── api.py # FastAPI 實作 │ ├── rag.py # 檢索增強產生 │ ├── data_pipeline.py # 資料處理工具 -│ └── requirements.txt # Python 相依性 +│ ├── pyproject.toml # Python 相依性 (Poetry) +│ └── poetry.lock # 已鎖定的 Python 相依性版本 │ ├── src/ # 前端 Next.js 應用 │ ├── app/ # Next.js 應用目錄 diff --git a/README.zh.md b/README.zh.md index ac7dc2db9..a1630446d 100644 --- a/README.zh.md +++ b/README.zh.md @@ -158,7 +158,8 @@ deepwiki/ │ ├── api.py # FastAPI实现 │ ├── rag.py # 检索增强生成 │ ├── data_pipeline.py # 数据处理工具 -│ └── requirements.txt # Python依赖 +│ ├── pyproject.toml # Python依赖 (Poetry) +│ └── poetry.lock # 已锁定的 Python 依赖版本 │ ├── src/ # 前端Next.js应用 │ ├── app/ # Next.js应用目录