Skip to content

Commit

Permalink
importlib-metadata; python_version <= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavsingh committed Apr 11, 2024
1 parent e5fefd1 commit 6c9d031
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,10 @@ repos:
- paramiko == 2.11.0
- types-paramiko == 2.7.3
- types-requests==2.27.30
# From requirements-tunnel.txt
- cryptography==36.0.2; python_version <= '3.6'
# From requirements-testing.txt
- importlib-metadata; python_version <= '3.7'
- types-setuptools == 57.4.2
- pyyaml==5.3.1
args:
Expand Down
1 change: 1 addition & 0 deletions requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ pre-commit==2.16.0
# Types
types-requests==2.28.11.5
types-setuptools==64.0.1
importlib-metadata; python_version <= '3.7'

0 comments on commit 6c9d031

Please sign in to comment.