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
7a5de21f
Unverified
Commit
7a5de21f
authored
Jan 10, 2020
by
Sébastien Eustace
Committed by
GitHub
Jan 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade dependencies before the 1.0.1 release (#1859)
parent
6e053e55
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
poetry.lock
+0
-0
pyproject.toml
+4
-4
No files found.
poetry.lock
View file @
7a5de21f
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
7a5de21f
...
...
@@ -46,16 +46,16 @@ pathlib2 = { version = "^2.3", python = "~2.7 || ~3.4" }
# Use glob2 for Python 2.7 and 3.4
glob2
=
{
version
=
"^0.6"
,
python
=
"~2.7 || ~3.4"
}
# Use virtualenv for Python 2.7 since venv does not exist
virtualenv
=
{
version
=
"^16.
0
"
,
python
=
"~2.7"
}
virtualenv
=
{
version
=
"^16.
7.9
"
,
python
=
"~2.7"
}
# functools32 is needed for Python 2.7
functools32
=
{
version
=
"^3.2.3"
,
python
=
"~2.7"
}
keyring
=
[
{
version
=
"^18.0"
,
python
=
"~2.7 || ~3.4"
}
,
{
version
=
"^
19.0
"
,
python
=
"^3.5"
}
{
version
=
"^18.0
.1
"
,
python
=
"~2.7 || ~3.4"
}
,
{
version
=
"^
20.0.1
"
,
python
=
"^3.5"
}
]
# Use subprocess32 for Python 2.7 and 3.4
subprocess32
=
{
version
=
"^3.5"
,
python
=
"~2.7 || ~3.4"
}
importlib-metadata
=
{version
=
"
^0.2
3"
,
python
=
"<3.8"
}
importlib-metadata
=
{version
=
"
~1.1.
3"
,
python
=
"<3.8"
}
[tool.poetry.dev-dependencies]
pytest
=
"^4.1"
...
...
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