misc
This commit is contained in:
parent
0b47373127
commit
7eba1da366
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
||||
3.12
|
1
__init__.py
Normal file
1
__init__.py
Normal file
@ -0,0 +1 @@
|
||||
|
25
pyproject.toml
Normal file
25
pyproject.toml
Normal 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
3
start.sh
Normal 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
|
Loading…
x
Reference in New Issue
Block a user