Fix jsonschema dependency installation

This commit is contained in:
tituspijean 2023-07-25 20:23:41 +02:00 committed by GitHub
parent ea1f11b26b
commit e52035c519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ except:
try:
import jsonschema
except:
os.system('pip3 install toml')
os.system('pip3 install jsonschema')
import jsonschema