Skip to content

Commit 6d14356

Browse files
authored
Merge pull request #26 from daohu527/25-can-not-import-record-from-cyber_recordrecord
setup: add install_requires version
2 parents 381dcbb + 02108a3 commit 6d14356

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.0.10",
8+
version="0.1.1",
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',
26+
'protobuf>=3.20.0',
2727
],
2828
python_requires=">=3.6",
2929
)

0 commit comments

Comments
 (0)