Simple cosmetic change
This commit is contained in:
parent
16030fbe05
commit
d8a82c1334
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
.pyenv/
|
||||
__pycache__/
|
||||
.pyenv/
|
||||
.pytest_cache/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue