Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -5,4 +5,6 @@ aiohttp # Asynchronous HTTP Client/Server for asyncio and Python
|
|
| 5 |
minijinja
|
| 6 |
Pillow
|
| 7 |
python-dotenv
|
| 8 |
-
fuzzywuzzy
|
|
|
|
|
|
|
|
|
| 5 |
minijinja
|
| 6 |
Pillow
|
| 7 |
python-dotenv
|
| 8 |
+
fuzzywuzzy
|
| 9 |
+
python-Levenshtein # fuzzywuzzy์ ์ฑ๋ฅ ํฅ์์ ์ํด ๊ถ์ฅ
|
| 10 |
+
asyncio
|