diff --git a/pyproject.toml b/pyproject.toml index 50a4196..bfd5a17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygeoweaver" -version = "0.7.4" +version = "0.7.5" authors = [ { name="Geoweaver team", email="geoweaver.app@gmail.com" }, ] @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry] name = "pygeoweaver" -version = "0.7.4" +version = "0.7.5" description = "This is a wrapper package of the Geoweaver app." authors = ["Geoweaver team "] readme = "README.md" @@ -33,6 +33,8 @@ python = ">=3.7,<4" setuptools = ">=61.0" requests = "2.28.2" pydantic = "1.10.9" +ipython = "8.14.0" +pandas = "2.0.2" [tool.poetry.scripts] diff --git a/setup.cfg b/setup.cfg index d2b9c53..1640f96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,6 +8,9 @@ install_requires = setuptools>=61.0 requests==2.28.2 pydantic==1.10.9 + pydantic==1.10.9 + ipython==8.14.0 + pandas==2.0.2 [options.package_data] pygeoweaver = *.bat