Initial Commit

This commit is contained in:
digimint 2025-11-17 05:34:51 -06:00
commit feb4366a54
Signed by: digimint
GPG key ID: 8DF1C6FD85ABF748
52 changed files with 4919 additions and 0 deletions

8
src/dependencies.md Normal file
View file

@ -0,0 +1,8 @@
### TODO: turn this into a proper file
- flask (the web framework)
- sqlalchemy, flask-sqlalchemy (database)
- flask-login (for logging in)
- wtforms (for parsing form data)
- psycopg2 (for postgresql)
- pyargon2 (for HashV1)