# 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 (readme_renderer[md] makes `twine check` render the
# Markdown README the way PyPI does)
build
twine
readme_renderer[md]
check-wheel-contents
keyring
