mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #329] markdown missing in requirements.txt #252
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brammeleman on GitHub (Feb 13, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/329
I think
markdownis missing in the requirements file.@cuu508 commented on GitHub (Feb 13, 2020):
You need markdown installed if you edit docs and want to run
manage.py render_docs. But you don't need it installed to run in production.Similar with pygments and the
manage.py pygmentizecommand.Perhaps we should catch an import error in the render_docs command and print user-friendly instructions.
@brammeleman commented on GitHub (Feb 14, 2020):
Ah, my misunderstanding. Thanks!
@SuperSandro2000 commented on GitHub (Feb 14, 2020):
Also you could maybe add a
requirements-dev.txtfile to collect those extra pip packages.