Skip to content
Snippets Groups Projects
Commit c3efc8ee authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Move registration up

parent f0fe3ed0
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,11 @@ proj_conf = {
'dependencies': ['xxprimitives', 'xxcrypto', 'xxcomms',
'primitives', 'crypto', 'comms'],
},
'permissioning': {
'repo': 'git@gitlab.com:elixxir/registration',
'dependencies': ['xxprimitives', 'xxcrypto', 'xxcomms',
'primitives', 'crypto', 'comms'],
},
'gateway': {
'repo': 'git@gitlab.com:elixxir/gateway',
'dependencies': ['xxprimitives', 'xxcrypto', 'xxcomms',
......@@ -55,11 +60,6 @@ proj_conf = {
'dependencies': ['xxprimitives', 'xxcrypto', 'xxcomms',
'primitives', 'crypto', 'comms', 'client'],
},
'permissioning': {
'repo': 'git@gitlab.com:elixxir/registration',
'dependencies': ['xxprimitives', 'xxcrypto', 'xxcomms',
'primitives', 'crypto', 'comms'],
},
}
#@click.command(help='XX Network Builder')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment