Skip to content

Commit

Permalink
Fix pygments requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 8, 2024
1 parent d4fdc27 commit 606547a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ xxhash>=1.4.3 ; python_version < '3.9' and python_version >= '3.8' # Pyth
xxhash>=1.3.0 ; python_version < '3.8' and python_version >= '3.7' # Python 3.7
xxhash>=1.3.0 ; python_version < '3.7' and python_version >= '3.6' # Python 3.6

Pygments>=2.2.0
Pygments>=3.0.0 ; python_version < '4.0' and python_version >= '3.12' # Python 3.12+
Pygments>=2.2.0 ; python_version < '3.12' # Python 3.12-

colorama>=0.4.3;platform_system=="Windows"

python_dateutil>=2.8.1
Expand Down

0 comments on commit 606547a

Please sign in to comment.