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
c4b2c385
Unverified
Commit
c4b2c385
authored
Oct 25, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clikit as a dependency
parent
549224a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
poetry.lock
+1
-1
pyproject.toml
+1
-0
No files found.
poetry.lock
View file @
c4b2c385
...
...
@@ -1206,7 +1206,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["pathlib2", "contextlib2", "unittest2"]
[metadata]
content-hash = "
217a3a1a7edea0cbedd6e5dfffe1aface3e96d17b947e86d7138a1b233ae3bd7
"
content-hash = "
402f356e484839dbb4361c25f986325cc08f1d441d777a15950cb28ce71ac005
"
python-versions = "~2.7 || ^3.4"
[metadata.files]
...
...
pyproject.toml
View file @
c4b2c385
...
...
@@ -24,6 +24,7 @@ classifiers = [
[tool.poetry.dependencies]
python
=
"~2.7 || ^3.4"
cleo
=
"^0.7.6"
clikit
=
"^0.4.0"
requests
=
"^2.18"
cachy
=
"^0.3.0"
requests-toolbelt
=
"^0.8.0"
...
...
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