Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
-
streamlit=
|
| 2 |
-
pyphen=
|
|
|
|
|
|
| 1 |
+
streamlit>=1.28.0
|
| 2 |
+
pyphen>=0.14.0
|
| 3 |
+
nltk>=3.8.1
|