chore(refactor): load configuration and merge recursively (#15405)

* refactor load configuration

* refactor init configuration to enable recursive merge

* Update config.py

* Update app.py

* fix lint and black issue
This commit is contained in:
ofekisr
2021-06-28 13:53:26 +03:00
committed by GitHub
parent ddcf461749
commit d8a1acffde
4 changed files with 60 additions and 34 deletions

View File

@@ -112,6 +112,7 @@ setup(
"wtforms-json",
"pyparsing>=2.4.7, <3.0.0",
"holidays==0.10.3", # PINNED! https://github.com/dr-prodigy/python-holidays/issues/406
"pydash>=5.0.0, <5.1.0",
"deprecation>=2.1.0, <2.2.0",
],
extras_require={