Initial MVP commits #1

Merged
mike merged 7 commits from basic_func into main 2021-03-09 17:58:04 +00:00
2 changed files with 18 additions and 0 deletions
Showing only changes of commit 0063951aeb - Show all commits

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 bpython
python-language-server python-language-server
rope rope
pip-tools
-r{toxinidir}/requirements.txt
{[testenv:py37]deps} {[testenv:py37]deps}
{[testenv:security]deps} {[testenv:security]deps}
{[testenv:security]deps} {[testenv:security]deps}