Enforce a new version of pygments

This commit is contained in:
Pierre-Yves Chibon 2017-07-26 22:53:44 +02:00
parent 3aff7686a7
commit 6b46610d75

View file

@ -4,7 +4,7 @@
# two possible version of python-sqlalchemy and python-jinja2
# These lines make sure the application uses the correct version.
import __main__
__main__.__requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4']
__main__.__requires__ = ['SQLAlchemy >= 0.8', 'jinja2 >= 2.4', 'Pygments>=2.1.0']
import pkg_resources
import os