feat(pos): scaffold project structure and Flask app

This commit is contained in:
2026-03-31 01:21:52 +00:00
parent 1b9b12d08e
commit ba6568085e
5 changed files with 40 additions and 0 deletions

5
pos/requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
Flask>=2.3
psycopg2-binary>=2.9
PyJWT>=2.8
bcrypt>=4.0
lxml>=4.9