10 lines
241 B
Text
10 lines
241 B
Text
|
|
# Core dependencies
|
||
|
|
dataclasses-json>=0.5.7
|
||
|
|
typing-extensions>=4.0.0
|
||
|
|
|
||
|
|
# Caching and performance
|
||
|
|
cachetools>=5.0.0
|
||
|
|
|
||
|
|
# Optional dependencies for enhanced features
|
||
|
|
psutil>=5.8.0 # System monitoring
|
||
|
|
gitpython>=3.1.0 # Git operations (optional)
|