Skip to content

Commit

Permalink
Merge pull request #105 from MAAP-Project/fix/dotenv-require
Browse files Browse the repository at this point in the history
Add to install_requires python-dotenv
  • Loading branch information
sandrahoang686 authored Sep 1, 2023
2 parents 44b8233 + 49b1a38 commit 05b0978
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ History
0.3.1 (2023-08-31)
----------------------

* Patch to split STAC_CATALOG environment variable up to STAC_CATALOG_NAME and STAC_CATALOG_URL
* Patch to split STAC_CATALOG environment variable up to STAC_CATALOG_NAME and STAC_CATALOG_URL

0.3.2 (2023-09-01)
----------------------

* Bug fix to add dotenv to install_requires
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = stac_ipyleaflet
version=0.3.1
version=0.3.2
author = Aimee Barciauskas
description=ipyleaflet customized for discovering, visualizing and interacting with STAC data.
long_description = file: README.md
Expand All @@ -18,7 +18,7 @@ classifiers =
Programming Language :: Python :: 3.10

[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down Expand Up @@ -55,6 +55,7 @@ install_requires =
rio_tiler
rioxarray
xarray
python-dotenv
pystac_client==0.6.1

[options.extras_require]
Expand Down

0 comments on commit 05b0978

Please sign in to comment.