-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.in
47 lines (46 loc) · 1.13 KB
/
requirements.in
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
47
# Update via
# bazel run //:requirements.update && bazel run //:gazelle_python_manifest.update
# Test via
# bazel test //:gazelle_python_manifest.test //:requirements_test
# Upgrade by
# bazel run //:requirements.update -- --upgrade && bazel run //:gazelle_python_manifest.update
beautifulsoup4
grpcio
mypy
protobuf
types-protobuf
# Analyze graphs easily
# https://networkx.org/documentation/stable/index.html
networkx[default]
# Make nice-looking table output
tabulate
# largely for development
# https://github.com/pytest-dev/pytest/issues/12592#issuecomment-2515100428
# introduced an issue with files named the same as their parent modules from
# properly getting imported
pytest<8.3.4
black[jupyter]
flake8
isort
ipdb
notebook
# Documentation
sphinx
sphinx-rtd-theme
myst-parser
# - generates links with raw urls, eg) www.example.com
linkify-it-py
# - diagram generation
sphinxcontrib-mermaid
# - python code (parse, not executing)
sphinx-autoapi
# - lots of miscellaneous plugins for sphinx
sphinx-design
sphinx-copybutton
sphinxext-rediraffe
sphinxext-opengraph
sphinx-pyscript
sphinx-tippy
sphinx-togglebutton
# A more modern sphinx theme
furo