bumper/Pipfile
Brian Martin 422a28cd8d fix tests
fix tests broken by lack of certs
- pytest.ini provides environment variables that load tests/test_certs
2019-06-07 02:00:42 -04:00

27 lines
390 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
hbmqtt = "*"
aiohttp = "*"
tinydb = "*"
pyyaml = ">=4.2b1"
[dev-packages]
black = "*"
coverage = "*"
mock = "*"
pylint = "*"
pbr = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
pytest-cov = "*"
testfixtures = "*"
codecov = "*"
autoflake = "*"
pytest-env = "*"
[pipenv]
allow_prereleases = true