Files
led-hoop/Pipfile
jimmy ff55e9ddb0 Update project files and add development dependencies
- Updated boot.py, main.py, settings.py with latest changes
- Updated web interface files (main.css, main.js, index.html)
- Updated web.py and wifi.py with improvements
- Added Pipfile and Pipfile.lock for Python dependency management
- Added p2p.py for peer-to-peer functionality
- Added web (1).py backup file
2025-09-19 23:29:17 +12:00

14 lines
168 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
esptool = "*"
mpremote = "*"
[dev-packages]
[requires]
python_version = "3.12"