File size: 321 Bytes
7680f06 |
1 2 3 4 5 6 7 8 9 10 |
# ~~~ Specify the dependencies ~~~
# e.g.,
# dependencies = [
# {"url": "aiflows/AutoGPTFlowModule", "revision": "main"},
# ]
# Revision can correspond toa branch, commit hash or a absolute path to a local directory (ideal for development)
# from flows import flow_verse
# flow_verse.sync_dependencies(dependencies)
|