1 Star 0 Fork 3

影子/Pynecone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
Nikhil Rao 提交于 2023-05-12 00:09 . Update dependency versions (#1007)
[tool.poetry]
name = "pynecone"
version = "0.1.29"
description = "Web apps in pure Python."
license = "Apache-2.0"
authors = [
"Nikhil Rao <nikhil@pynecone.io>",
"Alek Petuskey <alek@pynecone.io>",
]
readme = "README.md"
homepage = "https://pynecone.io"
repository = "https://github.com/pynecone-io/pynecone"
documentation = "https://pynecone.io/docs/getting-started/introduction"
keywords = [
"web",
"framework",
]
classifiers = [
"Development Status :: 4 - Beta",
]
packages = [
{include = "pynecone"}
]
[tool.poetry.dependencies]
python = "^3.7"
cloudpickle = "^2.2.1"
fastapi = "^0.92.0"
gunicorn = "^20.1.0"
httpx = "^0.23.0"
jinja2 = "^3.1.2"
plotly = "^5.13.0"
psutil = "^5.9.4"
pydantic = "1.10.2"
python-multipart = "^0.0.5"
python-socketio = "^5.7.0"
redis = "^4.3.5"
rich = "^13.0.0"
sqlmodel = "^0.0.8"
typer = "0.4.2"
uvicorn = "^0.20.0"
watchdog = "^2.3.1"
websockets = "^10.4"
[tool.poetry.group.dev.dependencies]
pytest = "^7.1.2"
pytest-mock = "^3.10.0"
pyright = "^1.1.229"
darglint = "^1.8.1"
toml = "^0.10.2"
pytest-asyncio = "^0.20.1"
pytest-cov = "^4.0.0"
black = "^22.10.0"
ruff = "^0.0.244"
pandas = [
{version = "^1.5.3", python = ">=3.8,<4.0"},
{version = "^1.1", python = ">=3.7, <3.8"}
]
pre-commit = {version = "^3.2.1", python = ">=3.8,<4.0"}
[tool.poetry.scripts]
pc = "pynecone.pc:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pyright]
[tool.ruff]
select = ["B", "D", "E", "F", "I", "SIM", "W"]
ignore = ["B008", "D203", "D205", "D213", "D401", "D406", "D407", "E501", "F403", "F405", "F541"]
target-version = "py37"
[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
"tests/*.py" = ["D100", "D103", "D104"]
"pynecone/.templates/*.py" = ["D100", "D103", "D104"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yxdsz/Pynecone.git
git@gitee.com:yxdsz/Pynecone.git
yxdsz
Pynecone
Pynecone
main

搜索帮助