aiohttp was updating to v4 and causing problems, set versioning requirements for packages.
28 lines
414 B
TOML
28 lines
414 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
hbmqtt = "~=0.9"
|
|
aiohttp = "~=3.6"
|
|
tinydb = "~=3.15"
|
|
pyyaml = "~=5.2"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
coverage = "*"
|
|
mock = "*"
|
|
pylint = "*"
|
|
pbr = "*"
|
|
pytest-aiohttp = "*"
|
|
pytest-cov = "*"
|
|
testfixtures = "*"
|
|
codecov = "*"
|
|
autoflake = "*"
|
|
pytest-env = "*"
|
|
pytest = "*"
|
|
pytest-asyncio = "*"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|