so. many. changes. (sorry)

This commit is contained in:
Micha R. Albert 2025-07-17 11:54:48 -04:00
parent d445a13646
commit b24cbec4fb
20 changed files with 1692 additions and 161 deletions

View file

@ -10,7 +10,6 @@ keywords = ["fastapi", "api", "authentication", "redis", "airtable", "async"]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
@ -22,18 +21,14 @@ classifiers = [
dependencies = [
"fastapi~=0.115.12",
"uvicorn[standard]~=0.34.2",
"click~=8.2.1",
"argon2-cffi~=23.1.0",
"tortoise-orm[accel]~=0.25.0",
"slack-bolt~=1.23.0",
"python-dotenv==1.1.0",
"aiohttp~=3.12.11",
"pyairtable~=3.1.1",
"python-jose[cryptography]~=3.5.0",
"valkey[libvalkey]~=6.1.0",
"slowapi~=0.1.9",
"aiocache[redis]~=0.12.3",
"pydantic-settings~=2.10.1"
"pydantic-settings~=2.10.1",
"jinja2~=3.1.6",
"python-multipart~=0.0.20",
]
requires-python = ">=3.12"
@ -64,9 +59,6 @@ docs = [
"mkdocs-material>=9.0.0",
]
[project.scripts]
random-access-server = "random_access.cli:cli"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"