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.
1 parent d0b384c commit d96d738Copy full SHA for d96d738
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install pytest bs4 git+https://github.com/EchterAlsFake/eaf_base_api
+ pip install -r requirements.txt pytest --upgrade
27
- name: Test with pytest
28
29
pytest
requirements.txt
@@ -0,0 +1,8 @@
1
+eaf_base_api
2
+bs4
3
+beautifulsoup4
4
+lxml
5
+m3u8
6
+h2
7
+brotli
8
+av
0 commit comments