Skip to content

Commit

Permalink
update pytest-aiohttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
jadbin committed Jan 2, 2018
1 parent 5c08c81 commit 3b026a7
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 @@ -34,7 +34,7 @@ def main():
"lxml>=4.1.0",
"cssselect>=1.0.1"
]
tests_requires = install_requires + ["pytest", "pytest-aiohttp"]
tests_requires = install_requires + ["pytest", "pytest-aiohttp>=0.1.3"]
setup(
name="xpaw",
version=read_version(),
Expand Down

0 comments on commit 3b026a7

Please sign in to comment.