Skip to content

Commit

Permalink
add openpyxl req / update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Jun 9, 2023
1 parent 58d117b commit 89312ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
requests
pyproj
pandas
here_location_services
here_location_services
openpyxl
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = ['requests', 'pyproj', 'pandas', 'here_location_services']
requirements = ['requests', 'pyproj', 'pandas', 'here_location_services', 'openpyxl']

test_requirements = []

Expand Down Expand Up @@ -47,7 +47,7 @@
packages=find_packages(include=['here_geocoding', 'here_geocoding.*']),
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mariosmsk/here_geocoding',
version='0.1.0',
url='https://github.com/Mariosmsk/here_geocoding',
version='0.2.0',
zip_safe=False,
)

0 comments on commit 89312ba

Please sign in to comment.