fixing packaging #1

This commit is contained in:
Kristjan Komlosi
2020-08-27 13:52:24 +02:00
parent 97233f27c3
commit 88687124f2
4 changed files with 204 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
flask = "*"
smbus2 = "*"
pyserial = "*"
pandas = "*"
[requires]
python_version = "3.8"