LeastAuthority / Transfer

File transfer app that uses the magic wormhole protocol
MIT License
11 stars 3 forks source link

get rid of the relay submodule #98

Closed vu3rdd closed 2 years ago

vu3rdd commented 2 years ago

The transit-relay is a different repository, but Transfer repo has a submodule for it which is used to build the docker images. This is because we are using an unreleased version of the transit relay that has support for websocket based relay. However pip can install directly via git urls, so it is better to use that feature of pip than store a copy of the code. Once a release of relay server is uploaded into pypi, we can switch to a released version of the relay server.