Closed awartani closed 6 years ago
@awartani We were using tuspy>=0.2.1
, but unbeknownst to us it anything >0.2.2
contains breaking changes for Python 2.7. So we've opted to lock tuspy
at 0.2.1
.
Thanks, @Onebrownsound.
I don't know about any better way to resolve pipenv
issue, so I'll continue to use this fork as my source, keeping the PR open might help other people but I don't know what's the best way to handle this.
That's said, please feel free to close this PR.
Hey!
I have an issue when I tried to install
vimeo.py
viapipenv
:See how
certifi
was added intuspy==0.2.1
: https://github.com/tus/tus-py-client/blob/v0.2.1/setup.py#L16 and comparing to how it's loaded in the latest version https://github.com/tus/tus-py-client/blob/master/setup.py#L12