http: Add base HTTP server implementation.
* Add HTTP server base implementation with some basic pages * Add Jinja2 dependency * Things are mostly working, except for static resources. Those will have to come next. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -10,6 +10,7 @@ readme = "README.md"
|
||||
python = "^3.9"
|
||||
beautifulsoup4 = "^4.12.2"
|
||||
aiohttp = "^3.8.4"
|
||||
jinja2 = "^3.1.2"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user