Skip to content

Commit 36bd9a2

Browse files
committed
require argparse only on python2
1 parent eb909d3 commit 36bd9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='Sublist3r',
55
version='1.0',
66
python_requires='>=2.7',
7-
install_requires=['dnspython', 'requests', 'argparse'],
7+
install_requires=['dnspython', 'requests', 'argparse; python_version==\'2.7\''],
88
packages=find_packages()+['.'],
99
include_package_data=True,
1010
url='https://github.com/aboul3la/Sublist3r',

0 commit comments

Comments
 (0)