23 lines
501 B
TOML
23 lines
501 B
TOML
|
[project]
|
||
|
name = "admins"
|
||
|
version = "0.1.0"
|
||
|
description = "Add your description here"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.12"
|
||
|
dependencies = [
|
||
|
"aiomysql>=0.2.0",
|
||
|
"aiosqlite>=0.21.0",
|
||
|
"alembic>=1.14.1",
|
||
|
"fastapi>=0.115.8",
|
||
|
"jinja2>=3.1.5",
|
||
|
"linkedin-api>=2.3.1",
|
||
|
"passlib[bcrypt]>=1.7.4",
|
||
|
"pyjwt>=2.10.1",
|
||
|
"pymysql>=1.1.1",
|
||
|
"python-dotenv>=1.0.1",
|
||
|
"python-multipart>=0.0.20",
|
||
|
"schedule>=1.2.2",
|
||
|
"sqlalchemy>=2.0.38",
|
||
|
"uvicorn>=0.34.0",
|
||
|
]
|