-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
47 lines (42 loc) · 1.24 KB
/
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
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "ultima-scraper-api"
version = "2.2.34"
description = ""
authors = ["UltimaHoarder <[email protected]>"]
packages = [{ include = "ultima_scraper_api" }]
include = ["ultima_scraper_api/py.typed"]
[tool.poetry.dependencies]
python = ">=3.10,<4"
requests = { extras = ["socks"], version = "^2.28" }
orjson = "^3.8.3"
dill = "^0.3.6"
python-socks = { extras = ["asyncio"], version = "^2.2.0" }
aiohttp = "^3.8.4"
aiohttp-socks = "^0.9.0"
mergedeep = "^1.3.4"
python-dateutil = "^2.8.2"
user-agent = "^0.1.10"
aiofiles = "^22.1.0"
beautifulsoup4 = "^4.11.1"
mypy = "^0.991"
lxml = "^4.9.1"
win32-setctime = { version = "^1.1.0", platform = 'win32' }
pywidevine = "^1.8.0"
xmltodict = "^0.13.0"
pydantic = "^2.0"
inflection = "^0.5.1"
alive-progress = "^3.1.5"
httpx = "^0.27.2"
[tool.poetry.group.dev.dependencies]
python-semantic-release = "^7.33.2"
black = { version = "^23.3.0", allow-prereleases = true }
Sphinx = "^5.3.0"
sphinx-autoapi = "^2.0.0"
sphinx-rtd-theme = "^1.1.1"
[tool.semantic_release]
version_toml = "pyproject.toml:tool.poetry.version"
[project.urls]
Homepage = "https://github.com/UltimaHoarder/UltimaScraperAPI"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"