Update requirements.txt
Browse filesattempt for integration with replit
- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -7,4 +7,8 @@ pandas
|
|
| 7 |
networkx
|
| 8 |
matplotlib
|
| 9 |
plotly
|
| 10 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
networkx
|
| 8 |
matplotlib
|
| 9 |
plotly
|
| 10 |
+
numpy
|
| 11 |
+
fastapi
|
| 12 |
+
uvicorn[standard]
|
| 13 |
+
pydantic
|
| 14 |
+
python-multipart
|