Closed djhmateer closed 2 years ago
will be closed when #33 is merged
until then please update the pipfile dependency like this: https://github.com/bellingcat/auto-archiver/pull/33/files#diff-230078d672f10d17463a8a6265cad825b790885898256a3365be90685caac58dR11 and update pip libraries.
For my future self...remember to delete Pipfile.lock
then pipenv update
. I also did a pipenv --clear
. This got rid of any cached pointers to the repository name.
The dependant repository:
https://github.com/msramalho/tiktok-downloader
Is not there anymore causing the auto-archiver
pipenv update
to fail. Even with tiktok-downloader = "*" in the Pipfile (which I know is being worked on).Causing builds to fail at the moment.