feat(all): add Poetry support
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[tool.poetry]
|
||||
name = "nyaapy"
|
||||
version = "0.6.3"
|
||||
description = "Unofficial Python wrapper for NyaaPantsu API and Nyaa.si"
|
||||
authors = ["Juanjo Salvador <juanjosalvador@netc.eu>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
requests = "^2.32.3"
|
||||
lxml = "^5.2.2"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.2.2"
|
||||
black = "^24.4.2"
|
||||
mypy = "^1.10.1"
|
||||
types-requests = "^2.32.0.20240712"
|
||||
lxml-stubs = "^0.5.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user