Skip to content

Commit

Permalink
Add wget as setup requirement. Closes parlance#50
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary authored Jan 24, 2018
1 parent ada9ed6 commit d71ee43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _single_compile(obj):
author="Ryan Leary",
author_email="ryanleary@gmail.com",
install_requires=["cffi>=1.0.0"],
setup_requires=["cffi>=1.0.0"],
setup_requires=["cffi>=1.0.0", "wget"],
# Exclude the build files.
packages=find_packages(exclude=["build"]),
ext_package="",
Expand Down

0 comments on commit d71ee43

Please sign in to comment.