Skip to content

Commit f3b0b40

Browse files
Added requirement for pyarrow
1 parent 0c9b39a commit f3b0b40

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="ip2location-python-csv-converter",
13-
version="1.3.1",
13+
version="1.3.2",
1414
description="Python script to converts IP2Location CSV database into IP range or CIDR format.",
1515
long_description_content_type="text/markdown",
1616
long_description=long_description,
@@ -29,6 +29,7 @@
2929
},
3030
packages=setuptools.find_packages(),
3131
install_requires=[
32+
"pyarrow>=10.0.0",
3233
"pandas>=1.0.0"
3334
],
3435
classifiers=[

0 commit comments

Comments
 (0)