This commit is contained in:
LongQi
2020-10-22 21:52:52 +08:00
commit b03a7cc1fe
3 changed files with 125 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
minimalmodbus = "*"
[requires]
python_version = "3.7"