Compare commits
12 Commits
master
...
dd33a33f1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd33a33f1f | ||
|
|
a0ea4c743d | ||
|
|
ec287ae047 | ||
|
|
f53a5183bc | ||
|
|
69a3e06dfc | ||
|
|
86394d8b5f | ||
|
|
7b57a8b793 | ||
|
|
954a38fa46 | ||
|
|
f7aa608ae7 | ||
|
|
11a1477d6c | ||
|
|
9f3da5e663 | ||
|
|
879a21445d |
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"python.pythonPath": "relay/venv/bin/python3"
|
||||||
|
}
|
||||||
13
db_tools/requirements.txt
Normal file
13
db_tools/requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
black==21.9b0
|
||||||
|
click==8.0.3
|
||||||
|
importlib-metadata==4.8.1
|
||||||
|
mypy-extensions==0.4.3
|
||||||
|
pathspec==0.9.0
|
||||||
|
platformdirs==2.4.0
|
||||||
|
psycopg2-binary==2.9.1
|
||||||
|
regex==2021.10.8
|
||||||
|
RPi.GPIO==0.7.0
|
||||||
|
tomli==1.2.1
|
||||||
|
typed-ast==1.4.3
|
||||||
|
typing-extensions==3.10.0.2
|
||||||
|
zipp==3.6.0
|
||||||
23
dht22/requirements.txt
Normal file
23
dht22/requirements.txt
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
Adafruit-Blinka==6.15.0
|
||||||
|
adafruit-circuitpython-dht==3.6.2
|
||||||
|
Adafruit-DHT==1.4.0
|
||||||
|
Adafruit-PlatformDetect==3.16.0
|
||||||
|
Adafruit-PureIO==1.1.9
|
||||||
|
black==21.9b0
|
||||||
|
click==8.0.3
|
||||||
|
importlib-metadata==4.8.1
|
||||||
|
mypy-extensions==0.4.3
|
||||||
|
pathspec==0.9.0
|
||||||
|
pkg-resources==0.0.0
|
||||||
|
platformdirs==2.4.0
|
||||||
|
pyftdi==0.53.3
|
||||||
|
pyserial==3.5
|
||||||
|
pyusb==1.2.1
|
||||||
|
regex==2021.10.8
|
||||||
|
rpi-ws281x==4.3.0
|
||||||
|
RPi.GPIO==0.7.0
|
||||||
|
sysv-ipc==1.1.0
|
||||||
|
tomli==1.2.1
|
||||||
|
typed-ast==1.4.3
|
||||||
|
typing-extensions==3.10.0.2
|
||||||
|
zipp==3.6.0
|
||||||
13
relay/requirements.txt
Normal file
13
relay/requirements.txt
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
black==21.9b0
|
||||||
|
click==8.0.3
|
||||||
|
importlib-metadata==4.8.1
|
||||||
|
mypy-extensions==0.4.3
|
||||||
|
pathspec==0.9.0
|
||||||
|
pkg-resources==0.0.0
|
||||||
|
platformdirs==2.4.0
|
||||||
|
regex==2021.10.8
|
||||||
|
RPi.GPIO==0.7.0
|
||||||
|
tomli==1.2.1
|
||||||
|
typed-ast==1.4.3
|
||||||
|
typing-extensions==3.10.0.2
|
||||||
|
zipp==3.6.0
|
||||||
Reference in New Issue
Block a user