pranit144 commited on
Commit
e4a80db
·
verified ·
1 Parent(s): 8663937

Update requirements-dev.txt

Browse files
Files changed (1) hide show
  1. requirements-dev.txt +11 -28
requirements-dev.txt CHANGED
@@ -1,28 +1,11 @@
1
- # Development Dependencies for Code Quality Agent
2
- # Install with: pip install -r requirements-dev.txt
3
-
4
- # Security & Vulnerability Scanning
5
- bandit>=1.7.5
6
- safety>=2.3.5
7
-
8
- # Code Formatting & Cleaning
9
- black>=23.12.0
10
- isort>=5.13.0
11
- autoflake>=2.2.1
12
-
13
- # Code Quality & Linting
14
- pylint>=3.0.3
15
- flake8>=7.0.0
16
-
17
- # Testing & Coverage
18
- pytest>=7.4.3
19
- pytest-cov>=4.1.0
20
- pytest-asyncio>=0.21.1
21
-
22
- # Configuration & Reporting
23
- pyyaml>=6.0.1
24
- jinja2>=3.1.2
25
-
26
- # HTTP Testing
27
- requests>=2.31.0
28
- httpx>=0.25.2
 
1
+ fastapi==0.109.0
2
+ uvicorn[standard]==0.27.0
3
+ sqlalchemy==2.0.25
4
+ psycopg2-binary==2.9.9
5
+ pydantic==2.5.3
6
+ pydantic-settings==2.1.0
7
+ python-jose[cryptography]==3.3.0
8
+ passlib[bcrypt]==1.7.4
9
+ python-multipart==0.0.6
10
+ yfinance
11
+ pydantic[email]