Skip to content

Commit bf15fde

Browse files
authored
Forgot to add protobuf
1 parent e1f86c7 commit bf15fde

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
setup(
44
name="PythonWalker", # Replace with your project name
5-
version="0.2.1",
5+
version="0.2.2",
66
packages=find_packages(), # Automatically finds packages in your project
77
install_requires=[
88
"requests>=2.32.3",
99
"websockets>=13.1",
10+
"protobuf",
1011
],
1112
author="Tycho10101",
1213
author_email="supallawma@gmail.com",

0 commit comments

Comments
 (0)