Skip to content

Commit

Permalink
Pin pip
Browse files Browse the repository at this point in the history
To fix <pdm-project/pdm#874>
resulting in:
```
[TypeError]: unpack_url() missing 1 required positional argument:
'verbosity'
```
  • Loading branch information
Toreno96 committed Apr 9, 2022
1 parent fb4c1c5 commit 14b2b9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies = [
"cryptography~=36.0",
"rich~=10.15",
"platformdirs~=2.4",
"pip==21.3.1",
]
requires-python = ">=3.10"
dynamic = ["version"]
Expand Down

0 comments on commit 14b2b9f

Please sign in to comment.