Skip to content

Commit

Permalink
ci: added validators package
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Jul 11, 2024
1 parent 2d02cd9 commit 60b0aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 60b0aed

Please sign in to comment.