Skip to content

Commit

Permalink
Merge pull request #19 from ZihengSun/main
Browse files Browse the repository at this point in the history
fix pydantic deps
  • Loading branch information
ZihengSun authored Jun 21, 2023
2 parents 6493b53 + 8bd4a6b commit f8eb62f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
7 changes: 4 additions & 3 deletions 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 = "pygeoweaver"
version = "0.7.2"
version = "0.7.3"
authors = [
{ name="Geoweaver team", email="[email protected]" },
]
Expand All @@ -22,7 +22,7 @@ classifiers = [

[tool.poetry]
name = "pygeoweaver"
version = "0.7.2"
version = "0.7.3"
description = "This is a wrapper package of the Geoweaver app."
authors = ["Geoweaver team <[email protected]>"]
readme = "README.md"
Expand All @@ -37,4 +37,5 @@ pydantic = "1.10.9"
[tool.poetry.scripts]

[tool.pytest.ini_options]
addopts = "-p no:warnings --cov=pygeoweaver --cov-report=html"
addopts = "-p no:warnings --cov=pygeoweaver --cov-report=html"

5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = pygeoweaver

[options]
packages = find:
python_requires = >=3.7,<4
install_requires =
setuptools>=61.0
requests==2.28.2
pydantic==1.10.9

[options.package_data]
pygeoweaver = *.bat
Expand Down

0 comments on commit f8eb62f

Please sign in to comment.