Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Sep 29, 2020
1 parent 58a76e3 commit f4e5ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@

setuptools.setup(
name="placekey",
version="0.0.1",
version="0.0.4",
author="SafeGraph Inc.",
author_email="[email protected]",
description="Utilities for working with Placekeys",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Placekey/placekey-py",
packages=setuptools.find_packages(),
install_requires=['h3', 'shapely'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit f4e5ef5

Please sign in to comment.