diff --git a/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc b/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc new file mode 100644 index 0000000..8a362c2 Binary files /dev/null and b/alembic/versions/__pycache__/4677228ad413_create_users_table.cpython-311.pyc differ diff --git a/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc b/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc new file mode 100644 index 0000000..3518a09 Binary files /dev/null and b/alembic/versions/__pycache__/e6b8e42fa629_create_uploads_table.cpython-311.pyc differ diff --git a/cef_3M/__pycache__/__init__.cpython-311.pyc b/cef_3M/__pycache__/__init__.cpython-311.pyc new file mode 100644 index 0000000..7654efa Binary files /dev/null and b/cef_3M/__pycache__/__init__.cpython-311.pyc differ diff --git a/cef_3M/__pycache__/auth.cpython-311.pyc b/cef_3M/__pycache__/auth.cpython-311.pyc new file mode 100644 index 0000000..5873205 Binary files /dev/null and b/cef_3M/__pycache__/auth.cpython-311.pyc differ diff --git a/cef_3M/__pycache__/sql.cpython-311.pyc b/cef_3M/__pycache__/sql.cpython-311.pyc new file mode 100644 index 0000000..4b690e3 Binary files /dev/null and b/cef_3M/__pycache__/sql.cpython-311.pyc differ diff --git a/cef_3M/__pycache__/util.cpython-311.pyc b/cef_3M/__pycache__/util.cpython-311.pyc new file mode 100644 index 0000000..646de0e Binary files /dev/null and b/cef_3M/__pycache__/util.cpython-311.pyc differ diff --git a/requirements.txt b/requirements.txt index 3df5933..ec3e485 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,27 @@ +aiohttp==3.9.5 +aiosignal==1.3.1 alembic==1.13.1 annotated-types==0.6.0 anyio==3.7.1 +attrs==23.2.0 certifi==2023.7.22 cffi==1.16.0 +charset-normalizer==3.3.2 click==8.1.7 cryptography==42.0.7 dnspython==2.6.1 email_validator==2.1.1 -fastapi==0.111.0 +fastapi==0.111.1 fastapi-cli==0.0.3 +frozenlist==1.4.1 greenlet==3.0.3 h11==0.14.0 +hiredis==2.3.2 +http_ece==1.2.0 httpcore==1.0.5 httptools==0.6.1 httpx==0.27.0 -idna==3.4 +idna==3.7 inflect==7.2.1 Jinja2==3.1.4 Mako==1.3.5 @@ -23,10 +30,12 @@ MarkupSafe==2.1.5 mdurl==0.1.2 minio==7.1.17 more-itertools==10.2.0 +multidict==6.0.5 mysqlclient==2.2.4 numpy==1.26.4 orjson==3.10.3 -pillow==10.3.0 +pillow==10.4.0 +py-vapid==1.9.1 pycparser==2.21 pydantic==2.4.2 pydantic_core==2.10.1 @@ -35,22 +44,26 @@ PyJWT==2.8.0 PyMySQL==1.1.0 python-dotenv==1.0.1 python-multipart==0.0.9 +pywebpush==2.0.0 pywuffs==1.2.1 PyYAML==6.0.1 +redis==5.0.7 +requests==2.32.3 rich==13.7.1 shellingham==1.5.4 +six==1.16.0 sniffio==1.3.0 sqlacodegen @ git+https://github.com/agronholm/sqlacodegen@2a6053224d28da27c9b89aa611b9dd4c27637fe6 -SQLAlchemy==2.0.30 +SQLAlchemy==2.0.31 +sse-starlette==2.1.2 starlette==0.37.2 -typeguard==4.2.1 +typeguard==4.3.0 typer==0.12.3 -typing_extensions==4.8.0 +typing_extensions==4.12.2 ujson==5.10.0 urllib3==2.2.1 -uvicorn==0.23.2 +uvicorn==0.30.3 uvloop==0.19.0 -watchfiles==0.21.0 +watchfiles==0.22.0 websockets==12.0 -redis==5.0.6 -pywebpush==2.0.0 \ No newline at end of file +yarl==1.9.4