Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit ea4d864

Browse files
committed
>= program deps
1 parent f2e1f0d commit ea4d864

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ license = { file = "LICENSE" }
77
authors = [{ name = "Ramona T", email = "ramona.t.me@pm.me" }]
88
requires-python = ">=3.11"
99
dependencies = [
10-
"beautifulsoup4~=4.14",
11-
"tqdm~=4.67",
12-
"cloudscraper~=1.2",
10+
"beautifulsoup4>=4.14.3",
11+
"tqdm>=4.67.3",
12+
"cloudscraper>=1.2.71",
1313
]
1414

1515
[project.scripts]
@@ -47,8 +47,8 @@ test = [
4747
]
4848
types = [
4949
"mypy~=1.19.1",
50-
"types-beautifulsoup4~=4.12",
51-
"types-tqdm~=4.67",
50+
"types-beautifulsoup4>=4.12.0",
51+
"types-tqdm>=4.67.3",
5252
]
5353

5454
[tool]

0 commit comments

Comments
 (0)