feat: added business models, implemented business signup and signin

This commit is contained in:
ITQ
2025-01-20 16:09:37 +03:00
parent 2eef92b617
commit 9ae9b46780
19 changed files with 272 additions and 2 deletions
+3
View File
@@ -14,6 +14,9 @@ dependencies = [
"gunicorn>=23.0.0",
"httpx>=0.28.1",
"psycopg2-binary>=2.9.10",
"pydantic>=2.10.5",
"pydantic[email]>=2.10.5",
"pyjwt>=2.10.1",
"python-json-logger>=3.2.1",
"redis>=5.2.1",
]