build(server): modernize backend with python http.server and requirements

This commit is contained in:
Tibo De Peuter 2026-08-18 18:30:56 +02:00
parent 5ed9fdf2c1
commit 3e87ac4ed4
3 changed files with 117 additions and 10 deletions

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
requests>=2.28.0
beautifulsoup4>=4.11.0
urllib3>=1.26.0