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
942ff664
Commit
942ff664
authored
Apr 29, 2022
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unclamp packaging dependency
parent
de23305c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
poetry.lock
+6
-6
pyproject.toml
+3
-1
No files found.
poetry.lock
View file @
942ff664
...
@@ -333,14 +333,14 @@ dev = ["pytest", "black", "mypy"]
...
@@ -333,14 +333,14 @@ dev = ["pytest", "black", "mypy"]
[[package]]
[[package]]
name = "packaging"
name = "packaging"
version = "2
0.9
"
version = "2
1.3
"
description = "Core utilities for Python packages"
description = "Core utilities for Python packages"
category = "main"
category = "main"
optional = false
optional = false
python-versions = ">=
2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
"
python-versions = ">=
3.6
"
[package.dependencies]
[package.dependencies]
pyparsing = ">=2.0.2"
pyparsing = ">=2.0.2
,<3.0.5 || >3.0.5
"
[[package]]
[[package]]
name = "pexpect"
name = "pexpect"
...
@@ -721,7 +721,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
...
@@ -721,7 +721,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
[metadata]
lock-version = "1.1"
lock-version = "1.1"
python-versions = "^3.7"
python-versions = "^3.7"
content-hash = "
a6debe7eeee8b7d0715ed531cb2ec206284590eb4825749039c0e5006e8c8fcc
"
content-hash = "
f74aedfd57d8aa47486cacfd4e2f5a24e952cfe1aee43c7b6a6d801eec5254ea
"
[metadata.files]
[metadata.files]
atomicwrites = [
atomicwrites = [
...
@@ -980,8 +980,8 @@ ordered-set = [
...
@@ -980,8 +980,8 @@ ordered-set = [
{file = "ordered_set-4.1.0-py3-none-any.whl", hash = "sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562"},
{file = "ordered_set-4.1.0-py3-none-any.whl", hash = "sha256:046e1132c71fcf3330438a539928932caf51ddbc582496833e23de611de14562"},
]
]
packaging = [
packaging = [
{file = "packaging-2
0.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a
"},
{file = "packaging-2
1.3-py3-none-any.whl", hash = "sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522
"},
{file = "packaging-2
0.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5
"},
{file = "packaging-2
1.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
"},
]
]
pexpect = [
pexpect = [
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
...
...
pyproject.toml
View file @
942ff664
...
@@ -43,8 +43,10 @@ crashtest = "^0.3.0"
...
@@ -43,8 +43,10 @@ crashtest = "^0.3.0"
entrypoints
=
"^0.3"
entrypoints
=
"^0.3"
html5lib
=
"^1.0"
html5lib
=
"^1.0"
importlib-metadata
=
{
version
=
">=1.6.0"
,
python
=
"<3.8"
}
importlib-metadata
=
{
version
=
">=1.6.0"
,
python
=
"<3.8"
}
# packaging uses calver, so version is unclamped
keyring
=
">=21.2.0"
keyring
=
">=21.2.0"
packaging
=
"^20.4"
# packaging uses calver, so version is unclamped
packaging
=
">=20.4"
pexpect
=
"^4.7.0"
pexpect
=
"^4.7.0"
pkginfo
=
"^1.5"
pkginfo
=
"^1.5"
requests
=
"^2.18"
requests
=
"^2.18"
...
...
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