mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-09 07:30:44 +00:00
Remove aiosqlite import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# FastAPI IPTV Service
|
||||
|
||||
This project is a FastAPI application to manage IPTV services, including user registration and authentication. It uses `aiosqlite` for a lightweight database, `passlib` for password hashing, and `uvicorn` as the ASGI server. It's designed with containerization in mind using Docker and manages dependencies with `uv`.
|
||||
This project is a FastAPI application to manage IPTV services, including user registration and authentication. It uses `redis` for a lightweight database, `passlib` for password hashing, and `uvicorn` as the ASGI server. It's designed with containerization in mind using Docker and manages dependencies with `uv`.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import aiosqlite
|
||||
from fastapi import APIRouter, Depends, HTTPException
|
||||
from passlib.context import CryptContext
|
||||
from src.utils.auth import verify_superadmin, get_user
|
||||
|
||||
Reference in New Issue
Block a user