integrate maseya-z3pr palette shuffle

This commit is contained in:
Fabian Dill
2020-08-23 12:06:00 +02:00
parent 91c141c803
commit 4cf1923c98
3 changed files with 35 additions and 12 deletions

View File

@@ -10,7 +10,8 @@ def update_command():
subprocess.call([sys.executable, '-m', 'pip', 'install', '-r', 'requirements.txt', '--upgrade'])
naming_specialties = {"PyYAML": "yaml"} # PyYAML is imported as the name yaml
naming_specialties = {"PyYAML": "yaml", # PyYAML is imported as the name yaml
"maseya-z3pr": "maseya"}
def update():