-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (36 loc) · 852 Bytes
/
Copy pathpyproject.toml
File metadata and controls
36 lines (36 loc) · 852 Bytes
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
[project]
name = "nanoscrape-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"attrs==24.3.0",
"certifi==2024.12.14",
"cffi==1.17.1",
"charset-normalizer==3.4.0",
"h11==0.14.0",
"idna==3.10",
"maskpass==0.3.7",
"numpy==2.2.5",
"opencv-python==4.11.0.86",
"outcome==1.3.0.post0",
"pillow==11.2.1",
"pycparser==2.22",
"pynput==1.8.1",
"pysocks==1.7.1",
"requests==2.32.3",
"selenium==4.27.1",
"selenium-stealth>=1.0.6",
"setuptools==75.6.0",
"six==1.17.0",
"sniffio==1.3.1",
"sortedcontainers==2.4.0",
"trio==0.27.0",
"trio-websocket==0.11.1",
"typing-extensions==4.12.2",
"urllib3==2.2.3",
"websocket-client==1.8.0",
"websockets==14.1",
"wsproto==1.2.0",
]