Skip to content

Commit

Permalink
Add requests to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hillaryj committed May 22, 2020
1 parent ed245d6 commit ca10ed1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,14 @@ def package_vars(version_file):
package_dir={"": "src"},
py_modules=[splitext(basename(path))[0] for path in glob("src/*.py")],
include_package_data=True,
install_requires=["docopt", "netaddr", "setuptools >= 24.2.0", "schema", "tqdm"],
install_requires=[
"docopt",
"netaddr",
"requests",
"setuptools >= 24.2.0",
"schema",
"tqdm",
],
extras_require={
"test": [
"pre-commit",
Expand Down

0 comments on commit ca10ed1

Please sign in to comment.