-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
54 lines (44 loc) · 1.03 KB
/
requirements.txt
File metadata and controls
54 lines (44 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# =====================================================
# CodeMentor AI - Full Stack Requirements
# =====================================================
# --------- BACKEND CORE ---------
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-dotenv==1.0.0
pydantic==2.5.0
pydantic-settings==2.1.0
# --------- DATABASE ---------
pymongo==4.6.0
motor==3.3.2
mongoengine==0.28.0
# --------- LLM & API ---------
groq==0.4.2
openai==1.3.6
# --------- CODE ANALYSIS ---------
pylint==3.0.3
flake8==6.1.0
bandit==1.7.5
radon==6.0.1
# --------- ASYNC & STREAMING ---------
httpx==0.25.2
aiohttp==3.9.1
websockets==12.0
python-multipart==0.0.6
# --------- SECURITY & AUTH ---------
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
PyJWT==2.10.1
cryptography==41.0.7
# --------- UTILITIES ---------
requests==2.31.0
six==1.16.0
typing-extensions==4.9.0
# --------- MONITORING & LOGGING ---------
python-json-logger==2.0.7
# --------- DEVELOPMENT ---------
pytest==7.4.3
pytest-asyncio==0.22.0
black==23.12.1
isort==5.13.2
mypy==1.7.1
ruff==0.1.8