forked from pythonpe/python.pe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 786 Bytes
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 786 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
[tool.poetry]
name = "python-pe"
version = "0.1.0"
description = ""
authors = ["Ider Delzo <soloidx@gmail.com>", "Jean-Pierre Chauvel <jean.pierre@chauvel.org>"]
license = "Apache License, Version 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
Sphinx = "^7.2.6"
ablog = "^0.11.6"
myst-parser = {extras = ["linkify"], version = "^2.0.0"}
sphinxcontrib-youtube = "^1.4.1"
shibuya = "^2024.4.4"
sphinx-copybutton = "^0.5.2"
sphinx-design = "^0.5.0"
sphinx-togglebutton = "^0.3.2"
sphinx-sitemap = "^2.5.1"
sphinx-tabs = "^3.4.5"
libgravatar = "^1.0.4"
sphinxext-opengraph = "^0.9.1"
matplotlib = "^3.8.4"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
black = "^24.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"