@@ -6,8 +6,6 @@ authors = [
6
6
{
name =
" Raphaël Vinot" ,
email =
" [email protected] " }
7
7
]
8
8
license = " BSD-3-Clause"
9
- repository = " https://github.com/Lookyloo/har2tree"
10
- documentation = " https://har2tree.readthedocs.io/en/latest/"
11
9
readme = " README.md"
12
10
requires-python = " >=3.9"
13
11
@@ -16,15 +14,20 @@ dynamic = [ "classifiers" ]
16
14
dependencies = [
17
15
" ete3 (>=3.1.3)" ,
18
16
" beautifulsoup4 [lxml,charset_normalizer] (>=4.12.3)" ,
19
- " publicsuffixlist (>=1.0.2.20250107 )" ,
17
+ " publicsuffixlist (>=1.0.2.20250127 )" ,
20
18
" filetype (>=1.2.0)" ,
21
- " numpy (<2.1) ; python_version <= ' 3.9' " ,
22
- " numpy (>=2.2) ; python_version >= ' 3.10' " ,
19
+ " numpy (<2.1) ; python_version == \" 3.9\" " ,
20
+ " numpy (>=2.2.2 ) ; python_version >= \" 3.10\" " ,
23
21
" w3lib (>=2.2.1)" ,
24
22
" tinycss2 (>=1.4.0)" ,
25
- " legacy-cgi (>=2.6) ; python_version >= ' 3.13,<4.0' " ,
23
+ " legacy-cgi (>=2.6.2 ) ; python_version >= \" 3.13,<4.0\" " ,
26
24
]
27
25
26
+ [project .urls ]
27
+ repository = " https://github.com/Lookyloo/har2tree"
28
+ issues = " https://github.com/Lookyloo/har2tree/issues"
29
+ documentation = " https://har2tree.readthedocs.io/en/latest/"
30
+
28
31
[tool .poetry ]
29
32
classifiers = [
30
33
' Operating System :: POSIX :: Linux' ,
@@ -36,7 +39,7 @@ classifiers = [
36
39
]
37
40
38
41
[project .optional-dependencies ]
39
- docs = [" Sphinx (>=8) ; python_version >= ' 3.10' " , " six (>=1.17.0)" ]
42
+ docs = [" Sphinx (>=8.1.3 ) ; python_version >= \" 3.10\" " , " six (>=1.17.0)" ]
40
43
41
44
[tool .poetry .group .dev .dependencies ]
42
45
mypy = " ^1.14.1"
0 commit comments