Add requirements file

This commit is contained in:
lash 2023-03-05 10:13:02 +00:00
parent 910ce54055
commit 52b7ab16e2
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,8 @@
all:
all: build
build:
python bundle.py > cic.json
test: all
test: build
check-jsonschema --schemafile cic.json test_valid.json

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
check-jsonschema==0.21.0