代码拉取完成,页面将自动刷新
[build-system]
requires = ["setuptools>=69.0.2", "wheel>=0.42.0"]
build-backend = "setuptools.build_meta"
[project]
name = "yqm-admin-tdesign-python"
version = "0.1.0"
authors = [
{ name="weiximei", email="your.email@example.com" },
]
description = "Flask Demo Project"
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Framework :: Flask",
]
dependencies = [
"Flask>=3.1.0",
"flask_sqlalchemy>=3.1.1",
"SQLAlchemy>=2.0.38",
"Pillow>=11.1.0",
"pycryptodome>=3.21.0",
"dacite>=1.8.1",
]
[tool.setuptools]
packages = ["app"]
[tool.pytest.ini_options]
testpaths = ["tests"]
python_files = ["test_*.py"]
addopts = "-ra -q"
pythonpath = ["."]
[tool.mypy]
python_version = "3.12"
warn_return_any = true
warn_unused_configs = true
exclude = ['view_ui/*']
plugins = ["sqlalchemy.ext.mypy.plugin"]
[tool.ruff]
target-version = "py312"
line-length = 120
select = ["E", "F", "B", "I"]
ignore = []
[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。