-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (36 loc) · 1.5 KB
/
pyproject.toml
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
37
38
39
40
41
################################################################
# #
# This file is part of hermesbaby #
# the software engineer's typewriter #
# #
# Copyright (c) 2024 Alexander Mann-Wahrenberg (basejumpa) #
# #
# https://github.com/basejumpa #
# #
# License(s) #
# #
# - MIT for contents used as software #
# - CC BY-SA-4.0 for contents used as method or otherwise #
# #
################################################################
[tool.poetry]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
hermesbaby = "^0.3.0"
pydata-sphinx-theme = "^0.15.4"
sphinx-design = "^0.6.0"
sphinxext-rediraffe = "^0.2.7"
ablog = "^0.11.10"
sphinx-sitemap = "^2.6.0"
sphinx-tags = "^0.3.1"
sphinx-mdinclude = "^0.6.1"
sphinxcontrib-youtube = "^1.4.1"
[tool.poetry.group.dev.dependencies]
hermesbaby = {extras = ["dev"], version = "^0.3.0"}
kconfiglib = "^14.1.0"
windows-curses = "^2.3.3"
pyyaml = "^6.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"