Skip to content

Commit

Permalink
make rstcheck optional
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Apr 21, 2024
1 parent c70f170 commit 77fc7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
packages=find_packages(include=["avlos", "avlos.*"]),
include_package_data=True,
python_requires=">=3.9",
install_requires=["marshmallow", "pyyaml", "pint", "docopt", "jinja2", "rstcheck"],
install_requires=["marshmallow", "pyyaml", "pint", "docopt", "jinja2"],
extras_require={"devel": ["rstcheck"]},
entry_points={"console_scripts": ["avlos=avlos.cli:run_cli"]},
)

0 comments on commit 77fc7c0

Please sign in to comment.