Spaces:
Running
Running
kabudadada commited on
Commit ·
05544d4
1
Parent(s): bee38fb
chore(esm mcp): add requests and biopython to requirements for predict_structure
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
fastmcp>=2.12.0
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
fastmcp>=2.12.0
|
| 4 |
+
requests
|
| 5 |
+
biopython
|