Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
6c838179
Commit
6c838179
authored
Nov 13, 2021
by
Bjorn Neergaard
Committed by
Arun Babu Neelicattu
Nov 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Update packaging requirement to support >= 20.4 (e.g. 21.0) (#4362)"
This reverts commit
6e53b90d
.
parent
d9ba44b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
+1
-3
pyproject.toml
+1
-3
No files found.
pyproject.toml
View file @
6c838179
...
...
@@ -43,11 +43,9 @@ html5lib = "^1.0"
shellingham
=
"^1.1"
tomlkit
=
">=0.7.0,<1.0.0"
pexpect
=
"^4.7.0"
# Leave unclamped since packaging doesn't follow semantic versioning.
packaging
=
">=20.4"
packaging
=
"^20.4"
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
virtualenv
=
"(>=20.4.3,<20.4.5 || >=20.4.7)"
# Leave unclamped since keyring doesn't follow semantic versioning.
keyring
=
">=21.2.0"
entrypoints
=
"^0.3"
importlib-metadata
=
{version
=
"^1.6.0"
,
python
=
"<3.8"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment