We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f86c7 commit bf15fdeCopy full SHA for bf15fde
1 file changed
setup.py
@@ -2,11 +2,12 @@
2
3
setup(
4
name="PythonWalker", # Replace with your project name
5
- version="0.2.1",
+ version="0.2.2",
6
packages=find_packages(), # Automatically finds packages in your project
7
install_requires=[
8
"requests>=2.32.3",
9
"websockets>=13.1",
10
+ "protobuf",
11
],
12
author="Tycho10101",
13
author_email="supallawma@gmail.com",
0 commit comments