debjitpaul
commited on
Commit
•
70d04f5
1
Parent(s):
d5e0c2d
Update __init__.py
Browse files- __init__.py +1 -1
__init__.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
from flows import flow_verse
|
3 |
|
4 |
dependencies = [
|
5 |
-
{"url": "martinjosifoski/
|
6 |
]
|
7 |
flow_verse.sync_dependencies(dependencies)
|
8 |
|
|
|
2 |
from flows import flow_verse
|
3 |
|
4 |
dependencies = [
|
5 |
+
{"url": "martinjosifoski/CC_Flows", "revision": "main"},
|
6 |
]
|
7 |
flow_verse.sync_dependencies(dependencies)
|
8 |
|