Skip to content

Commit 8aa9ed0

Browse files
committed
Force pygments upgrade
1 parent af3d3cd commit 8aa9ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
keywords = "SageMath tutorials",
3232
packages = find_packages(),
3333
setup_requires = ['sage-package'],
34-
install_requires = ['sage-package', 'sphinx', 'rst2ipynb','nbsphinx','PyYAML', 'sphinxcontrib-jupyter'],
34+
install_requires = ['sage-package', 'sphinx', 'pygments>=2.4.1', 'rst2ipynb','nbsphinx','PyYAML', 'sphinxcontrib-jupyter'],
3535
#dependency_links=['http://github.com/nthiery/rst2ipynb/tarball/master#egg=dev'],
3636
entry_points = {
3737
"distutils.commands": [

0 commit comments

Comments
 (0)