use specific version of twitch.py

This commit is contained in:
2025-12-12 23:37:33 -08:00
parent e93f0e6473
commit 1ce6dc2de1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ def dependency_setup():
if not path.exists(script_path()+'pip'):
print('installing dependencies')
from pip._internal.cli.main import main as pip
pip(['install','-qq','pyswisseph','twitch.py','--target',script_path()+'pip'])
pip(['install','-qq','-r',script_path()+'/requirements.txt','--target',script_path()+'pip'])
sys.path.append(script_path()+'pip')
+1 -1
View File
@@ -1,2 +1,2 @@
pyswisseph
twitch.py
twitch.py == 3.*