This commit is contained in:
longqi
2020-10-26 17:18:11 +08:00
commit af65adfb47
6 changed files with 137 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"