[GH-ISSUE #329] markdown missing in requirements.txt #252

Closed
opened 2026-02-25 23:41:46 +03:00 by kerem · 3 comments
Owner

Originally created by @brammeleman on GitHub (Feb 13, 2020).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/329

I think markdown is missing in the requirements file.

Originally created by @brammeleman on GitHub (Feb 13, 2020). Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/329 I think `markdown` is missing in the requirements file.
kerem closed this issue 2026-02-25 23:41:46 +03:00
Author
Owner

@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 pygmentize command.

Perhaps we should catch an import error in the render_docs command and print user-friendly instructions.

<!-- gh-comment-id:585645515 --> @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 pygmentize` command. Perhaps we should catch an import error in the render_docs command and print user-friendly instructions.
Author
Owner

@brammeleman commented on GitHub (Feb 14, 2020):

Ah, my misunderstanding. Thanks!

<!-- gh-comment-id:586144669 --> @brammeleman commented on GitHub (Feb 14, 2020): Ah, my misunderstanding. Thanks!
Author
Owner

@SuperSandro2000 commented on GitHub (Feb 14, 2020):

Also you could maybe add a requirements-dev.txt file to collect those extra pip packages.

<!-- gh-comment-id:586307722 --> @SuperSandro2000 commented on GitHub (Feb 14, 2020): Also you could maybe add a ``requirements-dev.txt`` file to collect those extra pip packages.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/healthchecks#252
No description provided.