mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-12 11:40:34 +08:00
Setup Flit and lock packages versions
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
"""Ready-to-use and customizable users management for FastAPI."""
|
||||
|
||||
__version__ = '0.0.1'
|
||||
|
||||
from fastapi_users.fastapi_users import FastAPIUsers # noqa: F401
|
||||
from fastapi_users.models import BaseUser # noqa: F401
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
"""Ready-to-use and customizable users management for FastAPI."""
|
||||
|
||||
from typing import Any, Callable, Type
|
||||
|
||||
from fastapi import APIRouter
|
||||
|
||||
Reference in New Issue
Block a user