Skip to content

Commit

Permalink
Fix out of date setup.py dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olipratt committed Jun 27, 2018
1 parent ea7b4b1 commit cefdac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
setup(
name='swagger-conformance',
packages=find_packages(exclude=['examples', 'docs', 'tests']),
install_requires=['hypothesis', 'pyswagger>=0.8.29', 'requests'],
install_requires=['hypothesis>=3.4.2',
'pyswagger>=0.8.38',
'requests>=2.13.0'],
version=VERSION,
description=SHORT_DESC,
long_description=LONG_DESC,
Expand Down

0 comments on commit cefdac8

Please sign in to comment.