Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanv committed Oct 28, 2019
1 parent adcba6b commit 401b5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='nasa-api-wrapper',
version="0.1.5",
version="0.1.6",
author="Brendan Viscomi",
author_email="[email protected]",
description="A convenient wrapper for NASA's APIs",
Expand All @@ -17,5 +17,5 @@
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
],
packages=find_packages(),
install_requires=['requests>=2.7.0', 'Pillow>=2.8.1'],
install_requires=['requests>=2.22.0', 'Pillow>=6.2.1', 'nose>=1.3.7'],
)

0 comments on commit 401b5c9

Please sign in to comment.