-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
35 lines (34 loc) · 1016 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.poetry]
name = "hhaven"
license = "MIT"
version = "0.1.4"
description = "A well-documented and typed API wrapper for Hentai Haven."
authors = [
"JokelBaf <[email protected]>",
]
maintainers = [
"JokelBaf <[email protected]>",
]
readme = "README.md"
homepage = "https://github.com/jokelbaf/hhaven"
repository = "https://github.com/jokelbaf/hhaven"
documentation = "https://jokelbaf.github.io/hhaven"
keywords = ["hentai-haven", "hentai"]
classifiers = [
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Utilities",
"Typing :: Typed",
]
[tool.poetry.dependencies]
aiocache = "^0.12.1"
pydantic = "^2.0.2"
aiohttp = "^3.8.4"
python = "^3.8"