Skip to content

Commit

Permalink
I think we need this ipaddress module
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Feb 11, 2019
1 parent 771a284 commit 227cde5
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 @@ -52,7 +52,7 @@
keywords='pytest-httpbin testing pytest httpbin',
packages=find_packages(exclude=["contrib", "docs", "tests*"]),
include_package_data = True, # include files listed in MANIFEST.in
install_requires = ['httpbin','six'],
install_requires = ['httpbin','six','ipaddress'],

# the following makes a plugin available to pytest
entry_points = {
Expand Down

0 comments on commit 227cde5

Please sign in to comment.