Update dependencies

This commit is contained in:
Alexander Graf
2021-07-24 19:37:30 +02:00
parent 2c116683c2
commit c45b536be9
5 changed files with 98 additions and 77 deletions

View File

@@ -44,7 +44,7 @@ with open('__main__.py', 'w+') as f:
f.writelines(lines)
# install dependencies and invoke PyInstaller
commands = ["pip install pipenv==2020.11.15",
commands = ["pip install pipenv==2021.5.29",
"pipenv sync --dev",
"pipenv run pyinstaller --log-level=DEBUG instaloader.spec"]