diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-25 02:26:01 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-25 02:26:01 +0530 |
commit | 13669d2dcc74beb1b01a5ed87e02cf52c9ca6d08 (patch) | |
tree | 84a3f07c9cb299878e4432220616a967d2fb98eb | |
parent | 50ae0baa49c0b58d13eaeb6618d0920c7315a481 (diff) |
added Pygments
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1cc61f6..14c04d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ jinja2 markdown2 +Pygments |