Add CI code and logic to validate flows

This commit is contained in:
Roei Bar Aviv
2025-05-22 15:44:54 +02:00
parent 3b348c3de0
commit 344054572a
8 changed files with 609 additions and 0 deletions

7
lib/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
jsonschema>=4.0.0
networkx>=2.6.3
matplotlib>=3.4.3
pytest>=7.0.0
pytest-cov>=3.0.0
click>=8.0.0
python-dotenv>=0.19.0