Skip to content

Commit 71652b7

Browse files
authored
🔥 Remove Manifest Schema Methods (Migrate to API) (#398)
* 📦 Remove jsonschema + Update Dependencies * 🔥 Remove schema check at bottom level
1 parent 82a33d5 commit 71652b7

4 files changed

Lines changed: 3 additions & 122 deletions

File tree

poetry.lock

Lines changed: 3 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ gmpy2 = ">=2.0.8"
3838
# gmpy2 = { path = "./packages/gmpy2-2.0.8-cp38-cp38-win_amd64.whl" } # 64 bit
3939
# gmpy2 = { path = "./packages/gmpy2-2.0.8-cp38-cp38-win32.whl" } # 32 bit
4040
jsons = ">=1.1.2"
41-
jsonschema = ">=3.2"
4241
cryptography = ">=3.2"
4342
psutil = ">=5.7.2"
4443

src/electionguard/schema.py

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/unit/test_schema.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)