This commit is contained in:
2022-06-24 12:14:10 -07:00
commit 27fc1f5e16
31 changed files with 3769 additions and 0 deletions

22
Pipfile Normal file
View File

@ -0,0 +1,22 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
container-app-conf = ">=5.0.0"
evdev = "*"
orjson = ">=3,<4"
aiohttp = "*"
asyncio-mqtt = "*"
prometheus-client = "*"
prometheus_async = "*"
click = "*"
[dev-packages]
pytest = "*"
pytest-aiohttp = "*"
pytest-mock = "*"
[requires]
python_version = "3"