This commit is contained in:
codey 2025-01-24 19:55:34 -05:00
parent 0b47373127
commit 7eba1da366
5 changed files with 1502 additions and 0 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.12

1
__init__.py Normal file
View File

@ -0,0 +1 @@

25
pyproject.toml Normal file
View File

@ -0,0 +1,25 @@
[project]
name = "api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohttp>=3.11.11",
"aiosqlite>=0.20.0",
"beautifulsoup4>=4.12.3",
"fastapi[standard]>=0.115.7",
"fastapi-utils>=0.8.0",
"numpy>=2.2.2",
"pydantic>=2.10.6",
"redis>=5.2.1",
"regex>=2024.11.6",
"requests>=2.32.3",
"setproctitle>=1.3.4",
"soundfile>=0.13.0",
"spotipy>=2.25.0",
"unidecode>=1.3.8",
"websockets>=14.2",
"typing-inspect>=0.9.0",
"http3>=0.6.7",
]

3
start.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
$(kill -9 $(pidof fastapi))
screen -dmS api uv run fastapi run base.py --host 127.0.0.1 --port 52111

1472
uv.lock generated Normal file

File diff suppressed because it is too large Load Diff