Skip to content

Commit

Permalink
Add orderedset dependency fixes #258
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Aug 2, 2017
1 parent beafd9a commit fad4857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geocoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
__title__ = 'geocoder'
__author__ = 'Denis Carriere'
__author_email__ = 'carriere.denis@gmail.com'
__version__ = '1.24.0'
__version__ = '1.24.1'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2013-2016 Denis Carriere'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
with open('README.md', 'r', 'utf-8') as f:
readme = f.read()

requires = ['requests', 'ratelim', 'click', 'six']
requires = ['requests', 'ratelim', 'click', 'six', 'orderedset']

setup(
name='geocoder',
Expand Down

0 comments on commit fad4857

Please sign in to comment.