Simple cosmetic change

This commit is contained in:
Scott Wallace 2021-05-25 10:04:55 +01:00
parent 16030fbe05
commit d8a82c1334
2 changed files with 2 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,2 +1,3 @@
.pyenv/
__pycache__/
.pyenv/
.pytest_cache/

View file

@ -1,4 +1,3 @@
# To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
flask
flask-classful
pyyaml