Skip to content

Commit

Permalink
Reverted to working version (#54)
Browse files Browse the repository at this point in the history
This reverts commit 59aa35f.
  • Loading branch information
sindhu-ranga authored Feb 11, 2025
1 parent 7bfc928 commit c20b5fc
Show file tree
Hide file tree
Showing 3 changed files with 2 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.29'
__version__ = '0.0.32'
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
--index-url https://pypi.python.org/simple/
-e .
h3>=3.6.1,<4
ratelimit
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=['shapely', 'requests', 'backoff', 'boto3'],
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 c20b5fc

Please sign in to comment.