antlr4-python3-runtime==4.13.0
antlr4-tools==0.2.0
fhy-core>=0.1.1
frozendict
networkx>=3.2.1
typer>=0.24.1

[dev]
fhy_lang[lint,pre-commit,test,type]
tox

[lint]
ruff
pylint

[pre-commit]
pre-commit>3.0.0

[test]
pytest
coverage
pytest-xdist

[type]
mypy
types-networkx
