use specific version of twitch.py
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ def dependency_setup():
|
|||||||
if not path.exists(script_path()+'pip'):
|
if not path.exists(script_path()+'pip'):
|
||||||
print('installing dependencies')
|
print('installing dependencies')
|
||||||
from pip._internal.cli.main import main as pip
|
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')
|
sys.path.append(script_path()+'pip')
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
pyswisseph
|
pyswisseph
|
||||||
twitch.py
|
twitch.py == 3.*
|
||||||
Reference in New Issue
Block a user