-
- Downloads
Add new code for frontend
Showing
- app/frontend/components/__init__.py 0 additions, 0 deletionsapp/frontend/components/__init__.py
- app/frontend/components/forgot_pass.py 0 additions, 0 deletionsapp/frontend/components/forgot_pass.py
- app/frontend/components/login.py 39 additions, 0 deletionsapp/frontend/components/login.py
- app/frontend/components/register.py 63 additions, 0 deletionsapp/frontend/components/register.py
- app/frontend/main.py 101 additions, 0 deletionsapp/frontend/main.py
- app/frontend/utils/__init__.py 0 additions, 0 deletionsapp/frontend/utils/__init__.py
- app/frontend/utils/api_requests.py 0 additions, 0 deletionsapp/frontend/utils/api_requests.py
- app/frontend/utils/validators.py 0 additions, 0 deletionsapp/frontend/utils/validators.py
- requirements.txt 6 additions, 0 deletionsrequirements.txt
app/frontend/components/__init__.py
0 → 100644
app/frontend/components/forgot_pass.py
0 → 100644
app/frontend/components/login.py
0 → 100644
app/frontend/components/register.py
0 → 100644
app/frontend/main.py
0 → 100644
app/frontend/utils/__init__.py
0 → 100644
app/frontend/utils/api_requests.py
0 → 100644
app/frontend/utils/validators.py
0 → 100644
... | ... | @@ -3,6 +3,7 @@ anyio==4.8.0 |
bcrypt==3.2.2 | ||
certifi==2025.1.31 | ||
cffi==1.17.1 | ||
charset-normalizer==3.4.1 | ||
click==8.1.8 | ||
colorama==0.4.6 | ||
dnspython==2.7.0 | ||
... | ... | @@ -23,6 +24,7 @@ mdurl==0.1.2 |
mysql-connector-python==9.2.0 | ||
orjson==3.10.15 | ||
passlib==1.7.4 | ||
pillow==11.1.0 | ||
pycparser==2.22 | ||
pydantic==2.10.6 | ||
pydantic-extra-types==2.10.2 | ||
... | ... | @@ -33,6 +35,7 @@ PyMySQL==1.1.1 |
python-dotenv==1.0.1 | ||
python-multipart==0.0.20 | ||
PyYAML==6.0.2 | ||
requests==2.32.3 | ||
rich==13.9.4 | ||
rich-toolkit==0.13.2 | ||
shellingham==1.5.4 | ||
... | ... | @@ -40,9 +43,12 @@ sniffio==1.3.1 |
SQLAlchemy==2.0.38 | ||
sqlmodel==0.0.23 | ||
starlette==0.46.0 | ||
ttkbootstrap==1.10.1 | ||
typer==0.15.2 | ||
typing_extensions==4.12.2 | ||
ujson==5.10.0 | ||
urllib3==2.3.0 | ||
uvicorn==0.34.0 | ||
uvloop==0.21.0 | ||
watchfiles==1.0.4 | ||
websockets==15.0 |
Please register or sign in to comment