sirochild commited on
Commit
9f318b7
·
verified ·
1 Parent(s): 6b7ddb3

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -3
requirements.txt CHANGED
@@ -1,8 +1,9 @@
 
1
  streamlit>=1.28.0
2
  python-dotenv>=1.0.0
3
  openai>=1.0.0
4
  groq>=0.4.0
5
- requests>=2.25.0
6
  unidic-lite
7
  typing-extensions>=4.0.0
8
  transformers>=4.20.0
@@ -14,5 +15,10 @@ aiohttp>=3.8.0
14
  aiofiles>=23.0.0
15
  asyncio-throttle>=1.0.0
16
  pydantic>=2.0.0
17
- fastapi>=0.104.0
18
- uvicorn>=0.24.0
 
 
 
 
 
 
1
+ # 基本依存関係
2
  streamlit>=1.28.0
3
  python-dotenv>=1.0.0
4
  openai>=1.0.0
5
  groq>=0.4.0
6
+ requests>=2.31.0
7
  unidic-lite
8
  typing-extensions>=4.0.0
9
  transformers>=4.20.0
 
15
  aiofiles>=23.0.0
16
  asyncio-throttle>=1.0.0
17
  pydantic>=2.0.0
18
+
19
+ # FastAPIセッション管理サーバー用
20
+ fastapi>=0.104.1
21
+ uvicorn[standard]>=0.24.0
22
+
23
+ # 永続ストレージ対応ユーザー管理システム用
24
+ streamlit-cookies-manager>=0.2.0