Open movie99 opened 4 years ago
The code is yours to look at, I didn't see any virtualenv references.
i think the virtualenv installation is triggered by this https://github.com/mherkazandjian/fastgrab/blob/master/Pipfile#L9 that is needed for development. virtualenv is not used anywhere in the code though, it is basically used by pipenv in case you want to develop the package itself. (sorry for the late reply, just cleaning up the issues)
The code is short enough that I read through it in 10 minutes. It's completely clean.
Thanks for creating this fast little library!
when running your code it was downloading vurtualenv and other unnecessary packages.