@@ -45,7 +45,7 @@ The `datalab-platform` package requires the following Python modules:
4545 - FastAPI framework, high performance, easy to learn, fast to code, ready for production
4646 * - uvicorn[standard]
4747 - >= 0.27.0
48- -
48+ -
4949 * - pydantic
5050 - >= 2.0
5151 - Data validation using Python type hints
@@ -73,22 +73,22 @@ Optional modules for development:
7373 - Version
7474 - Summary
7575 * - build
76- -
76+ -
7777 - A simple, correct Python build frontend
7878 * - babel
79- -
79+ -
8080 - Internationalization utilities
8181 * - Coverage
82- -
82+ -
8383 - Code coverage measurement for Python
8484 * - pylint
85- -
85+ -
8686 - python code static checker
8787 * - ruff
88- -
88+ -
8989 - An extremely fast Python linter and code formatter, written in Rust.
9090 * - pre-commit
91- -
91+ -
9292 - A framework for managing and maintaining multi-language pre-commit hooks.
9393
9494Optional modules for building the documentation:
@@ -101,25 +101,25 @@ Optional modules for building the documentation:
101101 - Version
102102 - Summary
103103 * - sphinx
104- -
104+ -
105105 - Python documentation generator
106106 * - sphinx_intl
107- -
107+ -
108108 - Sphinx utility that make it easy to translate and to apply translation.
109109 * - sphinx-sitemap
110- -
110+ -
111111 - Sitemap generator for Sphinx
112112 * - myst_parser
113- -
113+ -
114114 - An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
115115 * - sphinx_design
116- -
116+ -
117117 - A sphinx extension for designing beautiful, view size responsive web components.
118118 * - sphinx-copybutton
119- -
119+ -
120120 - Add a copy button to each of your code cells.
121121 * - pydata-sphinx-theme
122- -
122+ -
123123 - Bootstrap-based Sphinx theme from the PyData community
124124
125125Optional modules for running test suite:
@@ -132,11 +132,11 @@ Optional modules for running test suite:
132132 - Version
133133 - Summary
134134 * - pytest
135- -
135+ -
136136 - pytest: simple powerful testing with Python
137137 * - pytest-xvfb
138- -
138+ -
139139 - A pytest plugin to run Xvfb (or Xephyr/Xvnc) for tests.
140140 * - httpx
141- -
141+ -
142142 - The next generation HTTP client.
0 commit comments