mirror of https://github.com/MISP/PyMISP
fix: Skip trying to install doc in python 3.9
parent
d2120763b3
commit
239c02428d
|
@ -3696,4 +3696,4 @@ virustotal = ["validators"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "ff26e4708107a10975b7314bcdf50b895fa5345695a1e56207830f98d2c23d3f"
|
||||
content-hash = "c990e5b895fd93a56b28501299eca566f2ed12a62104d11769abb3e00e12f1ff"
|
||||
|
|
|
@ -57,8 +57,8 @@ lief = {version = "^0.15.0", optional = true}
|
|||
beautifulsoup4 = {version = "^4.12.3", optional = true}
|
||||
validators = {version = "^0.34.0", optional = true}
|
||||
sphinx-autodoc-typehints = {version = "^2.5.0", optional = true, python = ">=3.10"}
|
||||
docutils = {version = "^0.21.1", optional = true, python = ">=3.9"}
|
||||
recommonmark = {version = "^0.7.1", optional = true, python = ">=3.9"}
|
||||
docutils = {version = "^0.21.1", optional = true, python = ">=3.10"}
|
||||
recommonmark = {version = "^0.7.1", optional = true, python = ">=3.10"}
|
||||
reportlab = {version = "^4.2.5", optional = true}
|
||||
pyfaup = {version = "^1.2", optional = true}
|
||||
publicsuffixlist = {version = "^1.0.2.20241017", optional = true}
|
||||
|
|
Loading…
Reference in New Issue