Skip to content

Commit

Permalink
Fixed boto3 dependency installation issue (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhu-ranga authored Jan 31, 2025
1 parent 6962482 commit 59aa35f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion placekey/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.23'
__version__ = '0.0.24'
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--index-url https://pypi.python.org/simple/
-e .
boto3
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_version():
long_description_content_type="text/markdown",
url="https://github.com/Placekey/placekey-py",
packages=setuptools.find_packages(),
install_requires=['h3>=3.6.1,<4', 'shapely', 'requests', 'ratelimit', 'backoff'],
install_requires=['h3>=3.6.1,<4', 'shapely', 'requests', 'ratelimit', 'backoff', 'boto3'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 59aa35f

Please sign in to comment.