-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
68 lines (52 loc) · 1.49 KB
/
requirements.txt
File metadata and controls
68 lines (52 loc) · 1.49 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
59
60
61
62
63
64
65
66
67
68
# Ultimate Focus Timer - Python Dependencies
# Core requirements for cross-platform functionality
# Configuration and data handling
PyYAML>=6.0.1
configparser>=6.0.0
# Cross-platform notifications
plyer>=2.1.0
# System monitoring and process management
psutil>=5.9.0
# Data analysis and visualization
numpy>=1.26.0 # required for matplotlib and pandas
matplotlib>=3.8.0
pandas>=2.1.0
seaborn>=0.13.0 # required for dashboard visualization
# GUI enhancements
Pillow>=10.0.0
# Async support and utilities
aiofiles>=23.2.0
# Enhanced terminal output
rich>=13.5.0
colorama>=0.4.6
# Zero-Bloat Scientific Upgrade - NEW DEPENDENCIES
# FastAPI daemon for ultra-lightweight background operation
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.4.0
# 40Hz Binaural Beat Generation
sounddevice>=0.4.6 # Real-time audio I/O
# numpy already included above
# Zeigarnik Offload Hotkey
keyboard>=0.13.5 # Global hotkey support
# Global hotkeys and system tray (existing)
pystray>=0.19.5 # System tray icon
# keyboard already included above
# HTTP client for CLI
requests>=2.31.0
# Development and testing (optional)
pytest>=7.4.0
black>=24.0.0
flake8>=6.1.0
pyinstaller>=6.8.0
# Lean daemon & scientific upgrades
fastapi>=0.110.0
uvicorn>=0.27.0
sounddevice>=0.4.6
# Google API Integration for Tasks and Calendar
google-auth>=2.23.0
google-auth-oauthlib>=1.1.0
google-auth-httplib2>=0.1.1
google-api-python-client>=2.100.0
# Windows-specific dependencies for MPV IPC
pywin32>=305; sys_platform == 'win32'