Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Emma Ai committed Aug 28, 2023
1 parent 32ab71c commit 041fd3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacube_ows/ogc_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from flask import request
from PIL import Image
from pytz import timezone, utc
from timezonefinderL import TimezoneFinder
from timezonefinder import TimezoneFinder

_LOG: logging.Logger = logging.getLogger(__name__)
tf = TimezoneFinder(in_memory=True)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'pytz',
'rasterio>=1.3.2',
'regex',
'timezonefinderL',
'timezonefinder',
'python_slugify',
'geoalchemy2',
'lark',
Expand Down

0 comments on commit 041fd3f

Please sign in to comment.