# Development install helpers.
#
# Imaegete's runtime deps are published on PyPI; this file exists to make
# local development convenient (editable install + optional VCS overrides).

-r requirements.txt

# Optional: install sibling development dependencies before this file when testing unreleased APIs.
# For the GlavnaQt layout DSL work, prefer:
#   python -m pip install -e ../GlavnaQt
#
# Tagged release overrides can be restored here after the dependent releases exist.
# GlavnaQt @ git+https://latebrum.com/git/actx/GlavnaQt@v0.2.2
# confumo @ git+https://latebrum.com/git/actx/confumo@v0.2.2

# Test/build tooling used by scripts/ci/check.
build>=1.2
twine>=6.0
pytest>=8.0
pytest-qt>=4.4
pyfakefs>=5.7
