mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 23:46:30 +00:00
rewrite to zmq push and pull patterns.
file load works, suite can start up
This commit is contained in:
+3
-2
@@ -6,10 +6,11 @@ extensions = [
|
||||
Extension('annotation', ['annotation.pyx']),
|
||||
Extension('security', ['security.pyx']),
|
||||
Extension('hardware_service', ['hardware_service.pyx'], extra_compile_args=["-g"], extra_link_args=["-g"]),
|
||||
Extension('processor_command', ['processor_command.pyx']),
|
||||
Extension('remote_command', ['remote_command.pyx']),
|
||||
Extension('remote_command_handler', ['remote_command_handler.pyx']),
|
||||
Extension('api_client', ['api_client.pyx']),
|
||||
Extension('inference', ['inference.pyx']),
|
||||
Extension('remote_handlers', ['remote_handlers.pyx']),
|
||||
|
||||
Extension('main', ['main.pyx']),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user