35 lines
697 B
TOML
35 lines
697 B
TOML
[tool.poetry]
|
|
name = "fastapi-template"
|
|
version = "0.1.5"
|
|
description = ""
|
|
authors = ["chenwj113 <chenwj113@gmail.com>"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
fastapi = "0.111.0"
|
|
sqlalchemy = "2.0.0"
|
|
aioredis = "2.0.1"
|
|
aiomysql = "0.1.1"
|
|
fastapi-plugins = "0.13.0"
|
|
fastapi-sqlalchemy = "^0.2.1"
|
|
passlib = "^1.7.4"
|
|
pytz = "^2024.1"
|
|
qiniu = "^7.13.2"
|
|
pillow = "^10.4.0"
|
|
captcha = "^0.6.0"
|
|
fastapi-limiter = "^0.1.6"
|
|
authx = "^1.3.0"
|
|
itsdangerous = "^2.2.0"
|
|
|
|
|
|
[[tool.poetry.source]]
|
|
name = "mirrors"
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
|
|
priority = "primary"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|