mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-21 00:25:48 +02:00
27 lines
No EOL
556 B
TOML
27 lines
No EOL
556 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
wheel = ">=0.34"
|
|
pygithub = ">=1.47"
|
|
homeassistant = ">=2021.4.6"
|
|
sqlalchemy = "==1.3.16"
|
|
mock-open = "==1.3.1"
|
|
mypy = "==0.770"
|
|
pre-commit = "==2.2.0"
|
|
pylint = "==2.4.4"
|
|
astroid = "==2.3.3"
|
|
pylint-strict-informational = "==0.1"
|
|
pytest-aiohttp = "==0.3.0"
|
|
pytest-cov = "==2.8.1"
|
|
pytest-sugar = "==0.9.2"
|
|
pytest-timeout = "==1.3.3"
|
|
pytest = "==5.3.5"
|
|
requests_mock = "==1.7.0"
|
|
responses = "==0.10.6"
|
|
|
|
[packages]
|
|
librouteros = ">=3.4.1"
|
|
mac-vendor-lookup = ">=0.1.12" |