forked from datawhores/OF-Scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
37 lines (31 loc) · 822 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 = "ofscraper"
version = "1.65"
description = "automatically scrape onlyfans"
authors = ["excludedBittern8 <[email protected]>"]
readme = "README.md"
packages = [{include = "src"}]
[tool.poetry.dependencies]
python = ">=3.7.0,<4"
httpx = {extras = ["http2"], version = "^0.23.3"}
inquirerpy = "^0.3.4"
tqdm = "^4.65.0"
setuptools = "^67.6.0"
schedule = "^1.1.0"
browser-cookie3 = "^0.17.1"
requests = "^2.28.2"
bs4 = "^0.0.1"
rich = "^13.3.2"
tenacity = "^8.2.2"
arrow = "^1.2.3"
halo = "^0.0.31"
win32-setctime = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
ofscraper = "src.scraper:main"
[project.scripts]
ofscraper = "src.scraper:main"
[tool.poetry.urls]
"Homepage" = "https://github.com/excludedBittern8/ofscraper"