http: Add chanbans.config, python-dotenv dependency

* chanbans.config handles all configuration now
* python-dotenv dependency is added for basic environment-level
  configuration

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-02 17:49:07 -07:00
parent b6d8346fef
commit d3f6e6f69e
5 changed files with 368 additions and 369 deletions

View File

@@ -11,6 +11,7 @@ python = "^3.9"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.8.4"
jinja2 = "^3.1.2"
python-dotenv = "^1.0.0"
[tool.poetry.group.dev.dependencies]