加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pyproject.toml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
[tool.poetry]
name = "labelu"
version = '1.0.7'
description = ""
license = "Apache-2.0"
authors = ["shenguanlin <shenguanlin@pjlab.org.cn>"]
readme = "README.md"
repository = "https://github.com/opendatalab/labelU"
packages = [{include = "labelu"}]
[tool.poetry.scripts]
labelu = "labelu.main:cli"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.90.0"
loguru = "^0.6.0"
sqlalchemy = "^1.4.43"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
typer = {extras = ["all"], version = "^0.7.0"}
uvicorn = "^0.19.0"
email-validator = "^1.3.0"
python-multipart = "^0.0.5"
python-dotenv = "^0.21.0"
appdirs = "^1.4.4"
aiofiles = "^22.1.0"
pillow = "^9.3.0"
alembic = "^1.9.4"
httpx = "^0.27.0"
[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/legacy/"
default = false
secondary = false
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
flake8 = "^5.0.4"
[tool.poetry.group.test.dependencies]
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
requests = "^2.28.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化