You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
325 B
20 lines
325 B
# Tesla Coil Spark Course - PyQt5 Application Dependencies
|
|
|
|
# Core PyQt5
|
|
PyQt5>=5.15.0
|
|
PyQtWebEngine>=5.15.0
|
|
|
|
# Markdown rendering
|
|
markdown>=3.4.0
|
|
pymdown-extensions>=10.3.0
|
|
|
|
# Data formats
|
|
PyYAML>=6.0.1
|
|
|
|
# Plotting and images
|
|
matplotlib>=3.8.0
|
|
Pillow>=10.1.0
|
|
numpy>=1.26.0
|
|
|
|
# Optional but recommended
|
|
python-dateutil>=2.8.0
|