From 14cc77ff429048d38231e90baf7b1fcf84d8f319 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Sep 2014 17:59:33 +0200 Subject: Add pygments as dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 857fb5a32..942b0a410 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ try: ['qutebrowser = qutebrowser.qutebrowser:main']}, test_suite='qutebrowser.test', zip_safe=True, - install_requires=['pypeg2', 'jinja2'], + install_requires=['pypeg2', 'jinja2', 'pygments'], extras_require={'nice-debugging': ['colorlog', 'colorama'], 'checks': ['flake8', 'pylint', 'check-manifest', 'pyroma']}, -- cgit v1.2.3-54-g00ecf