Skip to content

Commit

Permalink
veilid: add veilidWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed Nov 28, 2023
1 parent 0c781af commit a9dc2bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .client import VeilidClient
from .config import VeilidConfig
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class VeilidClient(object):
pass
2 changes: 2 additions & 0 deletions automon/integrations/veilidWrapper/config.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
class VeilidConfig(object):
pass
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ setuptools
wheel
twine

# veilid
veilid>=0.2.5

psutil>=5.8.0
urllib3>=1.26.6

Expand Down

0 comments on commit a9dc2bb

Please sign in to comment.