We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8906339 commit 9f6a2bcCopy full SHA for 9f6a2bc
2 files changed
.github/workflows/ci.yml
@@ -35,5 +35,4 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
run: |
38
- python -m pip install coveralls
39
coveralls
requirements.txt
@@ -1,7 +1,7 @@
1
setuptools
2
requests
3
-pyyaml==5.4.1
+pyyaml
4
python-coveralls
5
-pytest-cov<2.6
+pytest-cov
6
memory_profiler
7
-beautifulsoup4==4.13.3
+beautifulsoup4==4.13.3
0 commit comments