1 Star 3 Fork 0

wieszheng/brisk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
wieszheng 提交于 2024-03-13 23:26 . fix(cz.toml): 修改格式
[project]
name = "brisk"
version = "1.0.0"
description = "Default template for PDM package"
authors = [
{name = "wieszheng", email = "[email protected]"},
]
dependencies = [
"aiomysql==0.2.0",
"alembic==1.13.1",
"annotated-types==0.6.0",
"anyio==4.3.0",
"certifi==2024.2.2",
"click==8.1.7",
"colorama==0.4.6",
"commitizen==3.18.0",
"dnspython==2.6.1",
"email-validator==2.1.1",
"exceptiongroup==1.2.0",
"fastapi==0.110.0",
"greenlet==3.0.3",
"h11==0.14.0",
"httpcore==1.0.4",
"httptools==0.6.1",
"httpx==0.27.0",
"loguru==0.7.2",
"idna==3.6",
"itsdangerous==2.1.2",
"Jinja2==3.1.3",
"MarkupSafe==2.1.5",
"orjson==3.9.15",
"pydantic==2.6.3",
"pydantic-extra-types==2.6.0",
"pydantic-settings==2.2.1",
"pydantic-core==2.16.3",
"PyMySQL==1.1.0",
"python-dotenv==1.0.1",
"python-multipart==0.0.9",
"PyYAML==6.0.1",
"sniffio==1.3.1",
"SQLAlchemy==2.0.27",
"starlette==0.36.3",
"typing-extensions==4.10.0",
"ujson==5.9.0",
"uvicorn==0.27.1",
"watchfiles==0.21.0",
"websockets==12.0",
"bcrypt==4.1.2",
"pytz==2024.1",
"PyJWT==2.8.0",
]
requires-python = "==3.8.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wieszheng/brisk.git
[email protected]:wieszheng/brisk.git
wieszheng
brisk
brisk
master

搜索帮助