Skip to content

Commit

Permalink
ImportError: No module named argparse
Browse files Browse the repository at this point in the history
argparse was missing from the requirements. 
  • Loading branch information
gourneau committed Jan 8, 2013
1 parent 04895e8 commit 6fd4192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def read(*names):
},
install_requires=[
'pyquery',
'argparse',
],
)

0 comments on commit 6fd4192

Please sign in to comment.