-
Notifications
You must be signed in to change notification settings - Fork 264
/
pyproject.toml
46 lines (43 loc) · 1.18 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
42
43
44
45
46
[tool.poetry]
name = "frc-docs"
version = "9999"
description = ""
authors = []
[tool.poetry.dependencies]
black = "==24.4.2"
python = ">=3.9,<3.13"
doc8 = "==1.1.2"
docutils = "==0.21.2"
fonttools = {version = "==4.43.0", extras = ["woff"]}
jsmin = "==3.0.1"
latex = "==0.7.0"
markdown2 = "==2.4.6"
numpy = ">=1.26.2, <2.0.0"
scipy = ">=1.9.0, <2.0.0"
sphinx = "==7.4.7"
sphinx_design= "==0.6.1"
sphinx_copybutton = "==0.5.2"
sphinx-hoverxref = "==1.4.0"
sphinx-notfound-page = "==1.0.4"
sphinx-rtd-theme = "==3.0.0"
sphinx-tabs = "==3.4.5"
sphinx-toolbox = "==3.8.0"
modern-sphinx-version-warning = "==1.1.6"
sphinxcontrib-htmlhelp = "==2.1.0"
sphinxcontrib-serializinghtml = "==2.0.0"
sphinxcontrib-svg2pdfconverter = "==1.2.2"
sphinxcontrib-video = "==0.2.1"
sphinxext-delta = "==0.2.0"
sphinxext-mimic = "==0.1.1"
sphinxext-opengraph = "==0.9.0"
sphinxext-photofinish = "==0.1.11"
sphinxext-presentations = "==0.3.1"
sphinxext-rediraffe = "==0.2.7"
sphinxext-remoteliteralinclude = "==0.4.0"
sphinxext-toptranslators = "==0.1.3"
urllib3 = ">=1.26.6, <2.0.0"
frccontrol = "==2023.28"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"