This repository has been archived on 2023-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
PyNyaaTa/pyproject.toml

54 lines
1.0 KiB
TOML

[tool.poetry]
name = "pynyaata2"
version = "2.0.0"
description = "π 😼た, Xéfir's personal anime torrent search engine"
authors = ["Xéfir Destiny"]
license = "WTFPL"
readme = "README.md"
homepage = "https://nyaa.crystalyx.net/"
repository = "https://git.crystalyx.net/Xefir/PyNyaaTa"
[tool.poetry.scripts]
pynyaata = 'pynyaata:run'
[tool.poetry.dependencies]
python = "^3.8.1"
beautifulsoup4 = "^4.12.2"
charset-normalizer = "^3.1.0"
flask = "^2.3.2"
pydantic = "^1.10.8"
redis = "^4.5.5"
requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
flake8-alphabetize = "^0.0.21"
flake8-black = "^0.3.6"
mypy = "^1.3.0"
pytest = "^7.3.1"
pytest-asyncio = "^0.21.0"
requests-mock = "^1.10.0"
types-beautifulsoup4 = "^4.12.0.5"
types-redis = "^4.5.5.2"
types-requests = "^2.31.0.1"
djlint = "^1.30.2"
flake8 = "^6.0.0"
pydantic-factories = "^1.17.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.djlint]
extension = "j2"
profile = "jinja"
[tool.mypy]
plugins = ["pydantic.mypy"]