Skip to content

Commit 1a1d228

Browse files
authored
Merge pull request #30 from daohu527/29-error-with-protobuf-install-dependency-version
setup: fix protobuf install dependency version
2 parents 6d14356 + eecc883 commit 1a1d228

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="[email protected]",
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)