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
19 lines
705 B
Plaintext
19 lines
705 B
Plaintext
# ============================================
|
|
# DeepTutor Matrix Channel — Dependencies
|
|
# ============================================
|
|
# Mirrors pyproject.toml `[project.optional-dependencies].matrix`.
|
|
# Keep in sync with pyproject.toml when adding/updating dependencies.
|
|
#
|
|
# Preferred install (from a source clone): pip install -e ".[matrix]"
|
|
# Use this file for Docker/CI when pyproject.toml/source code aren't yet available.
|
|
#
|
|
# This default profile is non-E2EE and does not require libolm/python-olm.
|
|
# For encrypted rooms, install requirements/matrix-e2e.txt or `deeptutor[matrix-e2e]`.
|
|
|
|
-r partners.txt
|
|
|
|
# --- Matrix channel ---
|
|
matrix-nio>=0.25.2,<1.0.0
|
|
mistune>=3.0.0,<4.0.0
|
|
nh3>=0.2.18,<1.0.0
|