We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8fc90 commit a036673Copy full SHA for a036673
coffee_ws/src/sui_coffee_order_indexer/setup.py
@@ -25,12 +25,12 @@
25
'prisma', # Prisma Client Python
26
'sui-py>=0.1.0', # New Sui Python SDK
27
'python-dotenv', # For environment configuration
28
- 'websockets', # For WebSocket support
+
29
],
30
zip_safe=True,
31
maintainer='kpatch',
32
maintainer_email='irvsteve@gmail.com',
33
- description='A ROS2 package for indexing coffee order events from the Sui blockchain',
+ description='A ROS2 package for indexing coffee club events from the Sui blockchain and controlling coffee machines',
34
license='Apache-2.0',
35
tests_require=['pytest'],
36
entry_points={
0 commit comments