From 111ebe2a347573fa1c35f3e034a73668db30ebed Mon Sep 17 00:00:00 2001 From: skullY Date: Wed, 7 Oct 2020 12:08:45 -0700 Subject: [PATCH] add pygments to requirements --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0da4d50..cc0cb4b 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ if __name__ == "__main__": "hjson", "milc>=1.0.8", "nose2", + "pygments", "yapf" ], )