We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f1cdf5 + 0d3a546 commit 7dcabe1Copy full SHA for 7dcabe1
.github/workflows/ci.yaml
@@ -62,6 +62,7 @@ jobs:
62
- name: Install dependencies
63
run: |
64
python -m pip install --upgrade pip
65
+ pip install setuptools==68.0.0
66
pip install -r requirements.txt
67
pip install -r requirements-dev.txt
68
videodb/_constants.py
@@ -90,6 +90,7 @@ class ApiPath:
90
transcode = "transcode"
91
meeting = "meeting"
92
record = "record"
93
+ editor = "editor"
94
95
96
class Status:
0 commit comments