[23:05:40] <toothrot> i'm trying to work around the abscence of twisted wheel on pypi by using a path to a prebuilt wheel on our fileserver (until the wheels for twisted are put on pypi), however i'm running into issues. I can get the package to install using a UNC path, but it appears without a "file://" prefix a subsequent `pipenv install` doesn't use the hash from the wheel, it uses one from pypi.
[23:06:31] <toothrot> i'm trying to add the file:// protocol prefix but can't seem to figure out the exact format that pipenv would accept