AsherGlick / Burrito

An overlay tool for Guild Wars 2 that works on linux
GNU General Public License v2.0
75 stars 18 forks source link

Removing the old json schema based validator #298

Closed AsherGlick closed 1 month ago

AsherGlick commented 1 month ago

All the code that relied on the jsonschema validator has been replaced, this removes the validator itself.

It also cleans up and orders the imports from requirements.txt while also removing the jsonschema package and dependencies.