Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
python-multipart
|
4 |
numpy
|
5 |
pandas
|
6 |
-
pickle
|
7 |
nltk
|
8 |
scikit-learn
|
9 |
networkx
|
|
|
1 |
+
pip
|
2 |
fastapi
|
3 |
uvicorn
|
4 |
python-multipart
|
5 |
numpy
|
6 |
pandas
|
|
|
7 |
nltk
|
8 |
scikit-learn
|
9 |
networkx
|