Skip to content

Commit 535a2fd

Browse files
committed
Merge pull request #709 from sudorandom/issue-706
Adds pygments as a depdendendy since prompt_toolkit removed it
2 parents 893a890 + 98a294d commit 535a2fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
'click >= 5',
3737
'requests >= 2.7.0',
3838
'prompt_toolkit >= 0.53',
39+
'pygments >= 2.0.0',
3940
],
4041
keywords=['softlayer', 'cloud'],
4142
classifiers=[

0 commit comments

Comments
 (0)