代码拉取完成,页面将自动刷新
[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"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。