Skip to content

Commit cbdf525

Browse files
committed
Add protobuf dependency
1 parent 8f0e9aa commit cbdf525

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def find_version(*file_paths):
4141
"numpy",
4242
"aiohttp",
4343
"ordered_set",
44-
"pyformlang"
44+
"pyformlang",
45+
"protobuf"
4546
],
4647
extras_require={
4748
'docs': [

0 commit comments

Comments
 (0)