mashrur950 commited on
Commit
8fb800a
·
1 Parent(s): 92f11d6

feat: Add web framework dependencies for landing page support in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -7,6 +7,11 @@
7
  fastmcp>=0.3.0
8
  pydantic>=2.8.2
9
 
 
 
 
 
 
10
  # Database
11
  psycopg2-binary>=2.9.9
12
 
 
7
  fastmcp>=0.3.0
8
  pydantic>=2.8.2
9
 
10
+ # Web Framework (for landing page)
11
+ fastapi>=0.104.0
12
+ uvicorn>=0.24.0
13
+ httpx>=0.25.0
14
+
15
  # Database
16
  psycopg2-binary>=2.9.9
17