21 Star 170 Fork 62

林间有风 / lin-cms-flask

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pyproject.toml 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
sunlin92 提交于 2023-02-10 13:01 . chore(deps): bump lin-cms to 0.4.10
[tool.poetry]
name = "lin-cms-flask"
version = "0.4"
description = "🎀A simple and practical CMS implememted by flask"
authors = ["sunlin92 <sun.melodies@gmail.com>"]
[[tool.poetry.source]]
name = "tsinghua"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
default = true
[tool.poetry.dependencies]
python = "^3.8"
Lin-CMS = "^0.4.10"
pillow = "^9.3.0"
flask-cors = "^3.0.10"
gunicorn = "^20.1.0"
gevent = "^21.12.0"
flask-socketio = "^5.1.1"
blinker = "^1.4"
python-dotenv = "^0.19.2"
gevent-websocket = "^0.10.1"
pydantic = {extras = ["email"], version = "^1.9.0"}
mypy = "^0.950"
Werkzeug = "2.1.2"
[tool.poetry.dev-dependencies]
flask-sqlacodegen = "^1.1.8"
black = "^22.3.0"
isort = "^5.10.1"
watchdog = "^2.1.6"
coverage = "^6.3.2"
pytest = "^6.2.5"
pre-commit = "^2.17.0"
pytest-ordering = "^0.6"
flake8 = "^4.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
multi_line_output = 3
force_grid_wrap = 0
line_length = 120
use_parentheses = true
include_trailing_comma = true
[tool.black]
line_length = 120
[tool.mypy]
files = ["starter.py"]
ignore_missing_imports=true
[tool.pytest]
testpaths=["tests"]
Python
1
https://gitee.com/talelin/lin-cms-flask.git
git@gitee.com:talelin/lin-cms-flask.git
talelin
lin-cms-flask
lin-cms-flask
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891