# Python dependencies for ESP32S3 IMU Viewer
# 
# Note: tkinter is usually bundled with Python, but on some Linux systems
# you may need to install it separately:
#   Ubuntu/Debian: sudo apt-get install python3-tk
#   Fedora: sudo dnf install python3-tkinter
#   Arch: sudo pacman -S tk

python-dotenv>=1.0.0
pygame>=2.5.0
numpy>=1.20.0

