# 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: override deps to specific canonical VPS tags for development/testing.
# (Comment out if you prefer normal PyPI resolution.)
GlavnaQt @ git+https://latebrum.com/git/actx/GlavnaQt@v0.2.1
confumo @ git+https://latebrum.com/git/actx/confumo@v0.2.1

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