From 60b0aed951563595c81b733e8ce87b02b535ee2a Mon Sep 17 00:00:00 2001 From: rabii-chaarani Date: Fri, 12 Jul 2024 08:41:00 +0930 Subject: [PATCH] ci: added validators package --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1a1aca..38b3ef2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="LoopDataConverter", - install_requires=["dill", "beartype", "numpy", "pandas", "geopandas", "shapely"], + install_requires=["dill", "beartype", "numpy", "pandas", "geopandas", "shapely", "validators"], python_requires=">=3.9", description="Loop GIS data conversion library for LoopStructural and Map2Loop", long_description=codecs.open("README.md", "r", "utf-8").read(),