3 Star 7 Fork 4

Gitee 极速下载/pywhat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/bee-san/pyWhat
克隆/下载
pyproject.toml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
amadejpapez 提交于 2022-04-24 20:57 . Require Python 3.7, bump dependencies
[tool.poetry]
name = "pywhat"
version = "5.1.0"
description = "What is that thing?"
authors = ["Bee <github@skerritt.blog>"]
license = "MIT"
documentation = "https://github.com/bee-san/pyWhat/wiki"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
click = "^8.0.0"
rich = ">=11.0.0"
orjson = {version = "^3.6.1", optional = true}
[tool.poetry.dev-dependencies]
pytest = "^7.0"
black = "^22.1.0"
isort = "^5.9.3"
flake8 = "^4.0"
requests = "^2.26.0"
pytest-black = "^0.3.12"
pytest-isort = "^2.0.0"
pytest-flake8 = "^1.0.7"
pytest-mypy = "^0.8.1"
types-requests = "^2.25.9"
types-orjson = "^3.6.0"
[tool.poetry.extras]
optimize = ["orjson"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
pywhat = "pywhat.what:main"
what = "pywhat.what:main"
[tool.isort]
profile = "black"
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88
[tool.mypy]
ignore_missing_imports = true
[tool.pytest.ini_options]
addopts = "--black --isort --flake8 --mypy"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/pywhat.git
git@gitee.com:mirrors/pywhat.git
mirrors
pywhat
pywhat
main

搜索帮助