Skip to content

Commit 2c65e55

Browse files
authored
Add comments to requirements.txt to explain each package (#242)
1 parent 5186ed1 commit 2c65e55

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
flask
2-
marshmallow
3-
pytest
4-
pyinstaller
5-
flasgger
6-
flask-restful
7-
numpy
8-
jsonref
9-
codecov
10-
pytest-cov
11-
coverage
12-
pytest-mock
13-
sphinx
14-
sphinx-rtd-theme
15-
sphinxcontrib-napoleon
16-
sphinxcontrib-svg2pdfconverter
17-
sphinxcontrib-youtube
18-
sphinxcontrib-bibtex
19-
m2r2
1+
flask # Lightweight web framework for building web applications in Python
2+
marshmallow # Object serialization/deserialization library for converting Python objects to/from JSON
3+
pytest # Testing framework for writing and running test cases in Python
4+
pyinstaller # Tool for packaging Python applications into standalone executables
5+
flasgger # Swagger UI integration for Flask to generate API documentation
6+
flask-restful # Flask extension to build RESTful APIs
7+
numpy # Library for numerical operations and array handling in Python
8+
jsonref # Extension of JSON module to handle JSON references (e.g., $ref in JSON schemas)
9+
codecov # Code coverage reporting tool, integrates with CI services like Travis, CircleCI
10+
pytest-cov # Plugin for pytest to generate code coverage reports
11+
coverage # Tool to measure code coverage of Python programs
12+
pytest-mock # Pytest plugin to support mocking during tests
13+
sphinx # Documentation generator for Python projects
14+
sphinx-rtd-theme # Read the Docs theme for Sphinx documentation
15+
sphinxcontrib-napoleon # Sphinx extension for Google style docstrings
16+
sphinxcontrib-svg2pdfconverter # Sphinx extension to convert SVG images to PDF in documentation
17+
sphinxcontrib-youtube # Sphinx extension to embed YouTube videos in documentation
18+
sphinxcontrib-bibtex # Sphinx extension to manage citations and bibliographies
19+
m2r2 # Sphinx extension to convert Markdown files to reStructuredText for Sphinx documentation

0 commit comments

Comments
 (0)