Skip to content

Commit 595c946

Browse files
author
Kenneth Reitz
committed
only use pygments if it's available
1 parent 6f21b13 commit 595c946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
VERSION = None
2222

2323
# What packages are required for this module to be executed?
24-
REQUIRED = ["requests", "pygments"]
24+
REQUIRED = ["requests"]
2525

2626
# What packages are optional?
2727
EXTRAS = {"color": ["pygments"], "test": ["pytest"]}

0 commit comments

Comments
 (0)