Skip to content

Commit e490eab

Browse files
Merge pull request #3 from DreggHunShot/master
Fix setup.py: add requests, legacy-cgi
2 parents 08fe734 + dbd7079 commit e490eab

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
@@ -8,7 +8,7 @@
88
packages=find_packages(),
99
author="megadose",
1010
author_email="megadose@protonmail.com",
11-
install_requires=["termcolor","bs4","httpx","trio","tqdm","colorama"],
11+
install_requires=["termcolor","bs4","httpx","trio","tqdm","colorama","requests","legacy-cgi"],
1212
description="holehe allows you to check if the mail is used on different sites like twitter, instagram , snapchat and will retrieve information on sites with the forgotten password function.",
1313
include_package_data=True,
1414
url='http://github.com/megadose/holehe',

0 commit comments

Comments
 (0)