Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2023-12-13 16:26:31 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2024-01-05 22:00:15 +0300
commita9826e13ff7e19a0b446ca22d58d8819ffcabd06 (patch)
tree2c342cbaa0cb61406600d70f91d554b35a931428 /requirements.txt
parent72a36434339e74676904906db287e720a0b75a0d (diff)
Improve rendering of minimal Markdown for description in package summary
Retain the heuristic which makes URLs in the description, and improve it's handling of some cases.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index b75566e..3cb6f87 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,6 +5,7 @@ flake8-builtins
flake8-import-order
license_expression
lockfile
+markdown
pycodestyle
python-daemon
xtarfile[zstd]