add use of pip-tools to pin requirements

This commit is contained in:
Mike Bloy 2021-03-07 13:45:31 -06:00
parent bed27b83dc
commit 0063951aeb
2 changed files with 18 additions and 0 deletions

16
requirements.txt Normal file
View File

@ -0,0 +1,16 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
#
asyncio-mqtt==0.8.1
# via hasskiosk (setup.py)
environs==9.3.1
# via hasskiosk (setup.py)
marshmallow==3.10.0
# via environs
paho-mqtt==1.5.1
# via asyncio-mqtt
python-dotenv==0.15.0
# via environs

View File

@ -56,6 +56,8 @@ deps =
bpython
python-language-server
rope
pip-tools
-r{toxinidir}/requirements.txt
{[testenv:py37]deps}
{[testenv:security]deps}
{[testenv:security]deps}