1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 09:12:39 +00:00

Upgrade to Python 3.12 (#2468)

Signed-off-by: Daniel Gray <dngray@privacyguides.org>
This commit is contained in:
2024-03-31 14:09:12 +00:00
committed by Daniel Gray
parent 82ab189d36
commit 1372587017
10 changed files with 143 additions and 2723 deletions

View File

@ -24,15 +24,14 @@ verify_ssl = true
name = "pypi"
[packages]
mkdocs-material = {path = "./modules/mkdocs-material"}
mkdocs-material = {extras = ["imaging"], path = "./modules/mkdocs-material"}
mkdocs-git-revision-date-localized-plugin = "~=1.2"
mkdocs-git-committers-plugin-2 = "~=1.1"
mkdocs-macros-plugin = "~=1.0"
pillow = "~=10.0"
cairosvg = "~=2.7"
jieba = "~=0.42"
[dev-packages]
scour = "~=0.38"
[requires]
python_version = "3.8"
python_version = "3.12"