Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sham00n committed Aug 2, 2019
1 parent 1095aaf commit c6f74dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
readme = readme_file.read()


requirements = ['aiohttp_socks','requests','beautifulsoup4','PyYaml','lxml','gevent','grequests','twint']
requirements = ['cython','requests','beautifulsoup4','PyYaml','lxml','grequests','gevent','twint']


setup(
Expand Down Expand Up @@ -38,5 +38,5 @@
url="https://github.com/sham00n/buster",
version="1.0.0",
zip_safe=False,
package_data={'data': ['email-providers.json','api-keys.yaml']},
package_data={'data': ['email-providers.json','api-keys.yaml','domain_list.json']},
)

0 comments on commit c6f74dc

Please sign in to comment.