added auth service
parents
Showing
.gitignore
0 → 100644
Dockerfile
0 → 100644
code/api/__init__.py
0 → 100644
code/api/router.py
0 → 100644
code/const.py
0 → 100644
code/db.py
0 → 100644
code/main.py
0 → 100644
code/models.py
0 → 100644
code/services.py
0 → 100644
docker-compose.yml
0 → 100644
requirements.txt
0 → 100644
| aiosqlite==0.17.0 | |||
| annotated-types==0.6.0 | |||
| anyio==3.7.1 | |||
| async-timeout==4.0.3 | |||
| asyncpg==0.29.0 | |||
| bcrypt==4.1.1 | |||
| certifi==2023.11.17 | |||
| cffi==1.16.0 | |||
| click==8.1.7 | |||
| cryptography==41.0.7 | |||
| ecdsa==0.18.0 | |||
| exceptiongroup==1.2.0 | |||
| fastapi==0.104.1 | |||
| h11==0.14.0 | |||
| httpcore==1.0.2 | |||
| httpx==0.25.2 | |||
| idna==3.6 | |||
| iso8601==1.1.0 | |||
| passlib==1.7.4 | |||
| pyasn1==0.5.1 | |||
| pycparser==2.21 | |||
| pydantic==2.5.2 | |||
| pydantic_core==2.14.5 | |||
| pypika-tortoise==0.1.6 | |||
| python-jose==3.3.0 | |||
| python-multipart==0.0.6 | |||
| pytz==2023.3.post1 | |||
| rsa==4.9 | |||
| six==1.16.0 | |||
| sniffio==1.3.0 | |||
| starlette==0.27.0 | |||
| tortoise-orm==0.20.0 | |||
| typing_extensions==4.8.0 | |||
| uvicorn==0.24.0.post1 |
Please
register
or
sign in
to comment