Results 3 comments of Oli Russell

A(nother) hacky solution, in `requirements.in`: ``` -e file:relative/path/to/my_package ``` then to compile: ``` pip-compile -q -o - | sed s:///::g > requirements.txt ```

I'd also like to wrap difftastic with pyo3 (similar Python libs in this space are pretty slow)

Sorry for the delay @hax! I'm not sure it would need to throw in that circumstance. The `await` block would return whatever value `map1` had immediately after running the code...