Skip to content

Commit

Permalink
add cssselect as a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 8, 2013
1 parent 0f63021 commit 042a5ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -11,6 +11,7 @@ PasteScript
WSGIFilter
chardet
simplejson
cssselect

#Test
nose
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -41,6 +41,7 @@
tests_require=['nose', "WebTest"],
install_requires=[
"lxml",
"cssselect",
"WebOb",
"WSGIProxy",
"Tempita",
Expand Down

0 comments on commit 042a5ea

Please sign in to comment.