Skip to content

Commit

Permalink
dismiss specific deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Nov 12, 2018
1 parent 68ed3a1 commit c6b312c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion openrouteservice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# the License.
#

__version__ = "1.1.2"
__version__ = "1.1.3"

# Make sure QGIS plugin can import openrouteservice-py

Expand Down
22 changes: 11 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ def readme():
license='Apache-2.0',
packages=['openrouteservice'],
install_requires = [
'requests==2.19.1',
'Cerberus==1.2',
'certifi==2018.8.24',
'chardet==3.0.4',
'cookies==2.2.1',
'idna==2.7',
'six==1.11.0',
'urllib3==1.23'],
'requests',
'Cerberus',
'certifi',
'chardet',
'cookies',
'idna',
'six',
'urllib3'],
include_package_data=True,
test_suite='nose.collector',
tests_require=['nose==1.3.7',
'responses==0.9.0',
'mock==1.23'],
tests_require=['nose',
'responses',
'mock'],
zip_safe=False)

0 comments on commit c6b312c

Please sign in to comment.