Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Aug 30, 2021
1 parent 6f38159 commit 8860250
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rasterio>=1.1
pyproj~=3.1
pydantic
mercantile
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

[bumpversion]
current_version = 2.1.4
commit = True
tag = True
tag_name = {new_version}
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<suffix>.+))?
serialize =
serialize =
{major}.{minor}.{patch}.{suffix}
{major}.{minor}.{patch}

Expand All @@ -19,7 +20,7 @@ replace = __version__ = "{new_version}"
[isort]
profile = black
known_first_party = morecantile
known_third_party = rasterio,pydantic,mercantile
known_third_party = rasterio,pydantic,pyproj,mercantile
default_section = THIRDPARTY

[flake8]
Expand Down

0 comments on commit 8860250

Please sign in to comment.