-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
pyproject.toml
37 lines (32 loc) · 925 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
36
37
[build-system]
requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "animdl"
version = "1.7.27"
description = "A highly efficient, fast, powerful and light-weight anime downloader and streamer for your favorite anime."
readme = "readme.txt"
authors = [ "justfoolingaround <[email protected]>",]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = ">=3.7,<4.0"
anchor-kr = "~=0.1.3"
anitopy = "~=2.1.0"
click = ">=8.0.4,<8.2.0"
comtypes = "~=1.1.11"
cssselect = ">=1.1,<1.3"
httpx = "~=0.23.0"
tqdm = ">=4.62.3,<4.66.0"
pycryptodomex = "~=3.14.1"
regex = "~=2022.10.31"
yarl = "~=1.8.1"
pyyaml = "~=6.0"
packaging = ">=22,<24"
pkginfo = "^1.9.2"
rich = ">=13.3.1,<13.3.4"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
animdl = "animdl.__main__:__animdl_cli__"
[tool.poetry.dependencies.lxml]
version = "4.9.1"
markers = "sys_platform != 'win32'"