Skip to content

Commit 6fd4192

Browse files
committed
ImportError: No module named argparse
argparse was missing from the requirements. 
1 parent 04895e8 commit 6fd4192

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
@@ -54,5 +54,6 @@ def read(*names):
5454
},
5555
install_requires=[
5656
'pyquery',
57+
'argparse',
5758
],
5859
)

0 commit comments

Comments
 (0)