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
6acf894c
Unverified
Commit
6acf894c
authored
Mar 05, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README
parent
8f764c2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
+3
-3
README.rst
+3
-3
No files found.
README.md
View file @
6acf894c
...
@@ -75,7 +75,7 @@ homepage = "https://github.com/sdispater/poetry"
...
@@ -75,7 +75,7 @@ homepage = "https://github.com/sdispater/poetry"
keywords
=
[
'packaging'
,
'poetry'
]
keywords
=
[
'packaging'
,
'poetry'
]
[tool.p
yproject
.dependencies]
[tool.p
oetry
.dependencies]
python
=
"~2.7 || ^3.2"
# Compatible python versions must be declared here
python
=
"~2.7 || ^3.2"
# Compatible python versions must be declared here
toml
=
"^0.9"
toml
=
"^0.9"
requests
=
"^2.13"
requests
=
"^2.13"
...
@@ -86,13 +86,13 @@ wheel = "^0.29"
...
@@ -86,13 +86,13 @@ wheel = "^0.29"
pip-tools
=
"^1.8.2"
pip-tools
=
"^1.8.2"
cleo
=
{
git
=
"https://github.com/sdispater/cleo.git"
,
branch
=
"master"
}
cleo
=
{
git
=
"https://github.com/sdispater/cleo.git"
,
branch
=
"master"
}
[tool.p
yproject
.dev-dependencies]
[tool.p
oetry
.dev-dependencies]
pytest
=
"^3.0"
pytest
=
"^3.0"
pytest-cov
=
"^2.4"
pytest-cov
=
"^2.4"
coverage
=
"<4.0"
coverage
=
"<4.0"
httpretty
=
"^0.8.14"
httpretty
=
"^0.8.14"
[tool.p
yproject
.scripts]
[tool.p
oetry
.scripts]
poet
=
'poet:app.run'
poet
=
'poet:app.run'
```
```
...
...
README.rst
View file @
6acf894c
...
@@ -87,7 +87,7 @@ the new, `standardized <https://www.python.org/dev/peps/pep-0518/>`__
...
@@ -87,7 +87,7 @@ the new, `standardized <https://www.python.org/dev/peps/pep-0518/>`__
keywords
=
[
'packaging'
,
'poetry'
]
keywords
=
[
'packaging'
,
'poetry'
]
[
tool
.
p
yproject
.
dependencies
]
[
tool
.
p
oetry
.
dependencies
]
python
=
"~2.7 || ^3.2"
#
Compatible
python
versions
must
be
declared
here
python
=
"~2.7 || ^3.2"
#
Compatible
python
versions
must
be
declared
here
toml
=
"^0.9"
toml
=
"^0.9"
requests
=
"^2.13"
requests
=
"^2.13"
...
@@ -98,13 +98,13 @@ the new, `standardized <https://www.python.org/dev/peps/pep-0518/>`__
...
@@ -98,13 +98,13 @@ the new, `standardized <https://www.python.org/dev/peps/pep-0518/>`__
pip
-
tools
=
"^1.8.2"
pip
-
tools
=
"^1.8.2"
cleo
=
{
git
=
"https://github.com/sdispater/cleo.git"
,
branch
=
"master"
}
cleo
=
{
git
=
"https://github.com/sdispater/cleo.git"
,
branch
=
"master"
}
[
tool
.
p
yproject
.
dev
-
dependencies
]
[
tool
.
p
oetry
.
dev
-
dependencies
]
pytest
=
"^3.0"
pytest
=
"^3.0"
pytest
-
cov
=
"^2.4"
pytest
-
cov
=
"^2.4"
coverage
=
"<4.0"
coverage
=
"<4.0"
httpretty
=
"^0.8.14"
httpretty
=
"^0.8.14"
[
tool
.
p
yproject
.
scripts
]
[
tool
.
p
oetry
.
scripts
]
poet
=
'poet:app.run'
poet
=
'poet:app.run'
There
are
some
things
we
can
notice
here
:
There
are
some
things
we
can
notice
here
:
...
...
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