Init
This commit is contained in:
22
Pipfile
Normal file
22
Pipfile
Normal 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"
|
Reference in New Issue
Block a user