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
7bb93588
Commit
7bb93588
authored
Sep 30, 2020
by
Arun Babu Neelicattu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump poetry-core to 1.0.0rc3
parent
1159148b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
15 deletions
+5
-15
poetry.lock
+4
-14
pyproject.toml
+1
-1
No files found.
poetry.lock
View file @
7bb93588
...
...
@@ -460,14 +460,6 @@ six = ">=1.0.0,<2.0.0"
[[package]]
name = "more-itertools"
version = "8.4.0"
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
optional = false
python-versions = ">=3.5"
[[package]]
name = "more-itertools"
version = "8.5.0"
description = "More routines for operating on iterables, beyond itertools"
category = "dev"
...
...
@@ -560,7 +552,7 @@ dev = ["pre-commit", "tox"]
[[package]]
name = "poetry-core"
version = "1.0.0rc
2
"
version = "1.0.0rc
3
"
description = "Poetry PEP 517 Build Backend"
category = "main"
optional = false
...
...
@@ -982,7 +974,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
[metadata]
lock-version = "1.1"
python-versions = "~2.7 || ^3.5"
content-hash = "
147ef9a61f96f4943c6c8f48cb6d0863b6f614612cf658dbb60e0546e4e7d349
"
content-hash = "
d97a19b321b206d7098b165c7285e3a3db28c3ae9b6a17349dd51b605a55223b
"
[metadata.files]
appdirs = [
...
...
@@ -1226,8 +1218,6 @@ more-itertools = [
{file = "more-itertools-5.0.0.tar.gz", hash = "sha256:38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"},
{file = "more_itertools-5.0.0-py2-none-any.whl", hash = "sha256:c0a5785b1109a6bd7fac76d6837fd1feca158e54e521ccd2ae8bfe393cc9d4fc"},
{file = "more_itertools-5.0.0-py3-none-any.whl", hash = "sha256:fe7a7cae1ccb57d33952113ff4fa1bc5f879963600ed74918f1236e212ee50b9"},
{file = "more-itertools-8.4.0.tar.gz", hash = "sha256:68c70cc7167bdf5c7c9d8f6954a7837089c6a36bf565383919bb595efb8a17e5"},
{file = "more_itertools-8.4.0-py3-none-any.whl", hash = "sha256:b78134b2063dd214000685165d81c154522c3ee0a1c0d4d113c80361c234c5a2"},
{file = "more-itertools-8.5.0.tar.gz", hash = "sha256:6f83822ae94818eae2612063a5101a7311e68ae8002005b5e05f03fd74a86a20"},
{file = "more_itertools-8.5.0-py3-none-any.whl", hash = "sha256:9b30f12df9393f0d28af9210ff8efe48d10c94f73e5daf886f10c4b0b0b4f03c"},
]
...
...
@@ -1280,8 +1270,8 @@ pluggy = [
{file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
]
poetry-core = [
{file = "poetry-core-1.0.0rc
2.tar.gz", hash = "sha256:abbe4059433e6d51aff024986b19919319e084592203f17e5354e7c0a7dee6f4
"},
{file = "poetry_core-1.0.0rc
2-py2.py3-none-any.whl", hash = "sha256:f536d59ee0be81f7c689a1a30e9894cb24abeb23f4ff4e2130583fca9863272d
"},
{file = "poetry-core-1.0.0rc
3.tar.gz", hash = "sha256:0e3d23a4c5acc14c5f1703b12645692bf24461c8c8e3fff32ca80a5462beccdf
"},
{file = "poetry_core-1.0.0rc
3-py2.py3-none-any.whl", hash = "sha256:2c9ee2b3f7b40047bafdc2239fbb9de73637edc07a9697a3a66ac15fe6b040f5
"},
]
pre-commit = [
{file = "pre_commit-2.7.1-py2.py3-none-any.whl", hash = "sha256:810aef2a2ba4f31eed1941fc270e72696a1ad5590b9751839c90807d0fff6b9a"},
...
...
pyproject.toml
View file @
7bb93588
...
...
@@ -24,7 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python
=
"~2.7 || ^3.5"
poetry-core
=
"^1.0.0rc
2
"
poetry-core
=
"^1.0.0rc
3
"
cleo
=
"^0.8.1"
clikit
=
"^0.6.2"
crashtest
=
{
version
=
"^0.3.0"
,
python
=
"^3.6"
}
...
...
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