Add pipenv

This commit is contained in:
Jimmy 2025-02-06 22:19:30 +13:00
parent a550b60dd0
commit 7b27cf7716
1 changed files with 13 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mpremote = "*"
pyserial = "*"
[dev-packages]
[requires]
python_version = "3.12"