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 9e1c413
Show file tree
Hide file tree
Showing 4 changed files with 10 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
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ setuptools
wheel
twine

# veilid
veilid>=0.2.5
pytest-asyncio>=0.21.1

psutil>=5.8.0
urllib3>=1.26.6

Expand Down

0 comments on commit 9e1c413

Please sign in to comment.