axegameon commited on
Commit
bc19749
·
verified ·
1 Parent(s): 4279c44

Simplify requirements.txt - remove comments

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -24
requirements.txt CHANGED
@@ -1,37 +1,15 @@
1
- # Core Dependencies
2
- # REQUIRES PYTHON 3.10+ (Recommended: Python 3.12)
3
- # Compatible with Gradio 5.x and 6.x
4
  gradio>=6.0.0
5
  anthropic>=0.34.0
6
- mcp>=1.21.2 # FastMCP API required
7
  httpx>=0.25.0
8
-
9
- # Web Scraping
10
  beautifulsoup4>=4.12.0
11
  lxml>=4.9.0
12
-
13
- # Database Access (for AACT clinical trials database)
14
  psycopg2-binary>=2.9.0
15
- asyncpg>=0.29.0 # For async PostgreSQL with connection pooling
16
-
17
- # Configuration
18
  python-dotenv>=1.0.0
19
-
20
- # Testing
21
- pytest>=7.4.0
22
- pytest-asyncio>=0.21.0
23
- pytest-cov>=4.1.0
24
- pytest-mock>=3.12.0
25
-
26
- # RAG and Research Memory (LlamaIndex)
27
  llama-index-core>=0.11.0
28
  llama-index-vector-stores-chroma>=0.2.0
29
  llama-index-embeddings-huggingface>=0.3.0
30
  chromadb>=0.5.0
31
  sentence-transformers>=3.0.0
32
  transformers>=4.30.0
33
-
34
- # Development
35
- black>=23.0.0
36
- flake8>=6.1.0
37
- mypy>=1.7.0
 
 
 
 
1
  gradio>=6.0.0
2
  anthropic>=0.34.0
3
+ mcp>=1.21.2
4
  httpx>=0.25.0
 
 
5
  beautifulsoup4>=4.12.0
6
  lxml>=4.9.0
 
 
7
  psycopg2-binary>=2.9.0
8
+ asyncpg>=0.29.0
 
 
9
  python-dotenv>=1.0.0
 
 
 
 
 
 
 
 
10
  llama-index-core>=0.11.0
11
  llama-index-vector-stores-chroma>=0.2.0
12
  llama-index-embeddings-huggingface>=0.3.0
13
  chromadb>=0.5.0
14
  sentence-transformers>=3.0.0
15
  transformers>=4.30.0