Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanta212 committed Oct 29, 2019
1 parent 8589ea4 commit 062b904
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "blogger-cli"
version = "1.2.0"
version = "1.2.1"
description = "Blogger cli is a CLI tool to convert ipynb, md, html file to responsive html files."
authors = ["hemanta212 <sharmahemanta.212@gmail.com>"]
readme = "README.md"
Expand All @@ -25,8 +25,8 @@ colorama = "^0.4.1"
blogger = 'blogger_cli.cli:cli'

[tool.poetry.dev-dependencies]
pylint = "^2.3"
flake8 = "^3.7.8"
pylint = "^2.4"
flake8 = "^3.7.9"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 062b904

Please sign in to comment.