Spaces:
Running
Running
Delete requirements.txt
Browse files- requirements.txt +0 -72
requirements.txt
DELETED
@@ -1,72 +0,0 @@
|
|
1 |
-
# Core dependencies
|
2 |
-
fastapi==0.68.1
|
3 |
-
uvicorn==0.15.0
|
4 |
-
python-multipart==0.0.5
|
5 |
-
pydantic==1.8.2
|
6 |
-
loguru==0.5.3
|
7 |
-
|
8 |
-
# Database
|
9 |
-
sqlalchemy==1.4.23
|
10 |
-
psycopg2-binary==2.9.1
|
11 |
-
alembic==1.7.1
|
12 |
-
|
13 |
-
# Message Queue
|
14 |
-
pika==1.2.0
|
15 |
-
|
16 |
-
# Document Processing
|
17 |
-
python-docx==0.8.11
|
18 |
-
PyPDF2==1.26.0
|
19 |
-
pytesseract==0.3.8
|
20 |
-
Pillow==8.3.2
|
21 |
-
|
22 |
-
# AI/ML
|
23 |
-
openai==0.27.0
|
24 |
-
transformers==4.11.3
|
25 |
-
torch==1.9.0
|
26 |
-
numpy==1.21.2
|
27 |
-
pandas==1.3.3
|
28 |
-
|
29 |
-
# Testing
|
30 |
-
pytest==6.2.5
|
31 |
-
pytest-cov==2.12.1
|
32 |
-
pytest-asyncio==0.15.1
|
33 |
-
|
34 |
-
# Test Management Integration
|
35 |
-
testrail-api==1.10.1
|
36 |
-
jira==3.5.1
|
37 |
-
|
38 |
-
# Utilities
|
39 |
-
python-dotenv==0.19.0
|
40 |
-
requests==2.26.0
|
41 |
-
aiohttp==3.7.4
|
42 |
-
|
43 |
-
# AI and ML
|
44 |
-
sentence-transformers==2.2.2
|
45 |
-
|
46 |
-
# Automation
|
47 |
-
selenium==4.15.2
|
48 |
-
playwright==1.40.0
|
49 |
-
|
50 |
-
# Message Queue
|
51 |
-
aio-pika==9.3.0
|
52 |
-
|
53 |
-
# Database
|
54 |
-
alembic==1.12.1
|
55 |
-
|
56 |
-
# Utilities
|
57 |
-
python-dotenv==1.0.0
|
58 |
-
loguru==0.7.2
|
59 |
-
numpy==1.26.2
|
60 |
-
|
61 |
-
# Testing
|
62 |
-
pytest-mock==3.12.0
|
63 |
-
httpx==0.25.2
|
64 |
-
|
65 |
-
# Security
|
66 |
-
python-jose==3.3.0
|
67 |
-
passlib==1.7.4
|
68 |
-
bcrypt==4.0.1
|
69 |
-
|
70 |
-
# Monitoring
|
71 |
-
prometheus-client==0.19.0
|
72 |
-
sentry-sdk==1.35.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|