forked from nupurmadaan04/SOUL_SENSE_EXAM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
58 lines (49 loc) · 1.15 KB
/
requirements.txt
File metadata and controls
58 lines (49 loc) · 1.15 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
54
55
56
57
58
# Soul Sense EQ Test Requirements
# This project uses Python built-in libraries and Matplotlib for analytics
# Core dependencies (built-in):
# - tkinter (GUI framework with ttk for tabs)
# - sqlite3 (database)
# - datetime (date/time handling)
# - re (regular expressions)
# - collections (Counter for analytics)
# - datetime (date/time handling)
# - re (regular expressions)
# - collections (Counter for analytics)
# - bcrypt (secure password hashing for authentication)
# UI Enhancements
tkcalendar==1.6.1
Pillow>=10.4.0
sqlalchemy>=2.0.36
# External packages (REQUIRED for Graphs):
matplotlib
numpy
# Security - Password Hashing
bcrypt==5.0.0
cryptography>=41.0.0
# Testing (optional)
pytest==8.4.0
pytest-mock==3.14.0
pytest-cov==6.0.0
pytest-xdist==3.5.0
pytest-timeout==2.2.0
mypy==1.8.0
types-aiofiles
requests==2.32.3
types-requests
# PDF Generation
reportlab==4.2.5
# ML Dependencies
scikit-learn
joblib==1.4.2
pandas
nltk==3.9.1
seaborn==0.13.2
# Admin CLI
tabulate==0.9.0
alembic==1.14.0
# Database drivers
# Database drivers
# psycopg2-binary # Legacy, removed for SQLite-only deployment
# Configuration
python-dotenv==1.0.0
# reportlab (Removed duplicate)