# Development requirements (the library's own dependencies are declared in
# pyproject.toml). Usage: pip install -r requirements.txt

# Runtime
antlr4-python3-runtime==4.13.2
forbiddenfruit==0.1.4

# Tests
pytest

# Regenerating the parser (needs Java 11+)
antlr4-tools

# Building and releasing
build
twine
check-wheel-contents
keyring
