We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9b39a commit f3b0b40Copy full SHA for f3b0b40
1 file changed
setup.py
@@ -10,7 +10,7 @@
10
11
setuptools.setup(
12
name="ip2location-python-csv-converter",
13
- version="1.3.1",
+ version="1.3.2",
14
description="Python script to converts IP2Location CSV database into IP range or CIDR format.",
15
long_description_content_type="text/markdown",
16
long_description=long_description,
@@ -29,6 +29,7 @@
29
},
30
packages=setuptools.find_packages(),
31
install_requires=[
32
+ "pyarrow>=10.0.0",
33
"pandas>=1.0.0"
34
],
35
classifiers=[
0 commit comments