Updated deps

This commit is contained in:
Tracker-Friendly 2023-11-19 11:53:17 +00:00
parent 0e33f08c19
commit 01d7cb5ab0
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@ A frontend and registration service for the maddy mail server
## Setup
Copy config.ini.example to config.ini and edit accordingly
Use your web server to host everything in public, and run app.py with python.
Reverse-proxy app.py to /register.

View File

@ -1,2 +1,3 @@
flask
waitress
captcha