forked from Jules-WinnfieldX/CyberDropDownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
37 lines (34 loc) · 964 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
[tool.poetry]
name = "cyberdrop-dl"
version = "5.3.32"
description = "Bulk downloader for multiple file hosts"
authors = ["Jules Winnfield <[email protected]>"]
readme = "README.md"
repository = "https://github.com/Jules-WinnfieldX/CyberDropDownloader"
documentation = "https://jules-winnfieldx.gitbook.io/cyberdrop-dl/"
packages = [{include = "cyberdrop_dl"}]
[tool.poetry.dependencies]
python = "^3.11"
aiohttp = "^3.9.1"
aiolimiter = "^1.1.0"
inquirerpy = "^0.3.4"
platformdirs = "^4.2.2"
rich = "^13.7.0"
pyyaml = "^6.0.1"
certifi = "^2024.2.2"
browser-cookie3 = "^0.19.1"
beautifulsoup4 = "^4.12.2"
filedate = "^3.0"
aiosqlite = "0.17.0"
aiofiles = "0.8.0"
asyncpraw = "^7.7.1"
myjdapi = "^1.1.7"
mediafire = "^0.6.1"
mutagen = "^1.47.0"
pillow = "^10.2.0"
get-video-properties = "^0.1.1"
[tool.poetry.scripts]
cyberdrop-dl = "cyberdrop_dl.main:main"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"