File: requirements.txt

package info (click to toggle)
python-kafka 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,236 kB
  • sloc: python: 20,151; makefile: 215; sh: 62
file content (8 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
sphinx
sphinxcontrib-napoleon
sphinx_rtd_theme

# Install kafka-python in editable mode
# This allows the sphinx autodoc module
# to load the Python modules and extract docstrings.
# -e ..