mirror of
https://github.com/sfiorini/iptv-server.git
synced 2026-04-11 10:30:45 +00:00
Remove aiosqlite import
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# FastAPI IPTV Service
|
# 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
|
## Features
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import aiosqlite
|
|
||||||
from fastapi import APIRouter, Depends, HTTPException
|
from fastapi import APIRouter, Depends, HTTPException
|
||||||
from passlib.context import CryptContext
|
from passlib.context import CryptContext
|
||||||
from src.utils.auth import verify_superadmin, get_user
|
from src.utils.auth import verify_superadmin, get_user
|
||||||
|
|||||||
Reference in New Issue
Block a user