We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee646 commit 3e17e88Copy full SHA for 3e17e88
2 files changed
pyproject.toml
@@ -11,6 +11,7 @@ classifiers = [
11
dependencies = [
12
"beautifulsoup4>=4.12.3",
13
"fake-useragent>=1.5.1",
14
+ "httpx>=0.28.1",
15
"imageio>=2.36.1",
16
"keras>=3.7",
17
"lxml>=5.3",
@@ -19,7 +20,6 @@ dependencies = [
19
20
"opencv-python>=4.10.0.84",
21
"pandas>=2.2.3",
22
"pillow>=11",
- "requests>=2.32.3",
23
"rich>=13.9.4",
24
"scikit-learn>=1.5.2",
25
"sphinx-pyproject>=0.3",
@@ -43,7 +43,7 @@ docs = [
43
]
44
euler-validate = [
45
"numpy>=2.1.3",
46
47
48
49
[tool.ruff]
0 commit comments