Add TODO condition in notes.md, for tomorrow
This commit is contained in:
parent
4acf196dcc
commit
89472412a1
1 changed files with 7 additions and 1 deletions
8
notes.md
8
notes.md
|
@ -1,9 +1,15 @@
|
|||
# TODO:
|
||||
Add condition management to put in yml file and to be passed to the relevant function. If condition is True, the function is allowed to run, otherwise the function is skipped.
|
||||
|
||||
|
||||
|
||||
|
||||
# `requirements.txt`
|
||||
* cli-ui -> build user interface in the terminal
|
||||
* colorama -> dependency of cli-ui
|
||||
* unidecode -> dependency of cli-ui
|
||||
* ruamel.yaml -> load and dump yaml with python
|
||||
* path -> create path objects (alternative to os.path)
|
||||
* path -> create path objects (alternative to os.path)
|
||||
|
||||
# `bootstrap.sh`
|
||||
* installs pip
|
||||
|
|
Loading…
Add table
Reference in a new issue