Skip to content

Commit

Permalink
Just include it in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhu-ranga committed Feb 7, 2025
1 parent ae927e7 commit c74efda
Show file tree
Hide file tree
Showing 188 changed files with 7 additions and 24,711 deletions.
2 changes: 1 addition & 1 deletion placekey/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import backoff
import requests
from .vendor.ratelimit import limits, RateLimitException
from ratelimit import limits, RateLimitException

from .__version__ import __version__

Expand Down
4 changes: 2 additions & 2 deletions placekey/placekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import json
from math import asin, cos, radians, sqrt

from .vendor import h3
from .vendor.h3.api import basic_int as h3_int
import h3
import h3.api.basic_int as h3_int
from shapely.geometry import mapping, shape, Polygon, polygon
from shapely.ops import transform
from shapely.strtree import STRtree
Expand Down
2 changes: 1 addition & 1 deletion placekey/tests/test_placekey.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

import unittest
from placekey.vendor.h3.api import basic_int as h3_int
import h3.api.basic_int as h3_int
from shapely.wkt import loads as wkt_loads
from shapely.geometry import shape
from shapely.ops import transform
Expand Down
115 changes: 0 additions & 115 deletions placekey/vendor/CHANGELOG.md

This file was deleted.

33 changes: 0 additions & 33 deletions placekey/vendor/CMakeLists.txt

This file was deleted.

202 changes: 0 additions & 202 deletions placekey/vendor/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion placekey/vendor/h3-3.7.7.dist-info/INSTALLER

This file was deleted.

Loading

0 comments on commit c74efda

Please sign in to comment.