Files
wehub-resource-sync e4dcfc49aa
Tests / Import Check (Python 3.13) (push) Has been cancelled
Tests / Import Check (Python 3.14) (push) Has been cancelled
Tests / Python Tests (Python 3.11) (push) Has been cancelled
Tests / Python Tests (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.14) (push) Has been cancelled
Tests / Test Summary (push) Has been cancelled
Tests / Lint and Format (push) Has been cancelled
Tests / Web Node Tests (push) Has been cancelled
Tests / Import Check (Python 3.11) (push) Has been cancelled
Tests / Import Check (Python 3.12) (push) Has been cancelled
Tests / Python Tests (Python 3.13) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:00:43 +08:00

20 lines
693 B
Plaintext

# ============================================
# DeepTutor Matrix E2EE Add-on — Dependencies
# ============================================
# Mirrors pyproject.toml `[project.optional-dependencies].matrix-e2e`.
# Keep in sync with pyproject.toml when adding/updating dependencies.
#
# Preferred install (from a source clone): pip install -e ".[matrix-e2e]"
# Use this file for Docker/CI when pyproject.toml/source code aren't yet available.
#
# Note: matrix-nio[e2e] pulls python-olm, which requires the libolm native library.
# On macOS:
# brew install libolm
# On Debian/Ubuntu:
# apt-get install libolm-dev
-r matrix.txt
# --- Matrix E2EE support ---
matrix-nio[e2e]>=0.25.2,<1.0.0