Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 19, 2022
1 parent a1c8193 commit 775a99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set oldest dependencies
# todo: this is strange to use itself :/
if: matrix.requires == 'oldest'
run: |
pip install -e '.[cli]'
Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
importlib-metadata>=4.0.0; python_version < '3.8'
packaging >= 20.0

0 comments on commit 775a99f

Please sign in to comment.