Skip to content

Commit

Permalink
add contextily to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slawler committed Aug 9, 2024
1 parent 00f55fd commit e379a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ripple1d"
version = "0.3.9"
version = "0.3.10"
description = "HEC-RAS model automation"
readme = "README.md"
maintainers = [
Expand All @@ -25,6 +25,7 @@ classifiers = [

dependencies = [
"boto3",
"contextily==1.6.0",
"python-dotenv",
"flask>=3.0.3",
"fiona>=1.9.6",
Expand Down

0 comments on commit e379a00

Please sign in to comment.