Skip to content

Commit

Permalink
Add pygments dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellecp committed Jan 9, 2013
1 parent b250f4d commit 99fba89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ cssselect==0.7.1
lxml==3.0.1
pyquery==1.2.2
wsgiref==0.1.2
pygments==1.5
argparse
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ def read(*names):
install_requires=[
'pyquery',
'argparse',
'pygments',
],
)

0 comments on commit 99fba89

Please sign in to comment.