Skip to content

Commit eecc883

Browse files
committed
setup: fix protobuf install dependency version
1 parent 6d14356 commit eecc883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="cyber_record",
8-
version="0.1.1",
8+
version="0.1.2",
99
author="daohu527",
1010
author_email="daohu527@gmail.com",
1111
description="Cyber record offline parse tool",
@@ -23,7 +23,7 @@
2323
package_dir={"": "."},
2424
packages=setuptools.find_packages(where="."),
2525
install_requires=[
26-
'protobuf>=3.20.0',
26+
'protobuf>=3.17.0',
2727
],
2828
python_requires=">=3.6",
2929
)

0 commit comments

Comments
 (0)