tomo2chin2 commited on
Commit
fca3129
·
verified ·
1 Parent(s): 94445ba

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,6 +1,9 @@
 
 
1
  selenium>=4.0.0,<5.0.0
2
- gradio>=3.40.1
3
- Pillow>=8.3.1,<9.0
4
- fastapi>=0.90.0,<1.0.0
5
- uvicorn[standard]>=0.18.0,<1.0.0
6
- python-multipart>=0.0.5 # FastAPIでフォームデータやファイルアップロードを扱う場合に推奨
 
 
1
+ # --- START OF FILE requirements.txt ---
2
+
3
  selenium>=4.0.0,<5.0.0
4
+ gradio>=4.20.0,<5.23.0
5
+ Pillow>=9.0.0,<11.0.0 # Pillow 9以降を推奨
6
+ fastapi>=0.90.0
7
+ uvicorn[standard]>=0.18.0
8
+
9
+ # --- END OF FILE requirements.txt ---