Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adinhodovic committed Jan 20, 2020
1 parent 4c76e0a commit 1040f11
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 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.

24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wagtail-resume"
authors = ["Adin Hodovic <[email protected]>"]
license = "MIT"
version = "0.1.5"
version = "0.1.6"
readme = "README.md"
homepage = "https://github.com/adinhodovic/wagtail-resume"
repository = "https://github.com/adinhodovic/wagtail-resume"
Expand Down Expand Up @@ -32,13 +32,19 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
Django = ">=2.2.2"
wagtail = ">=2.7"
wagtail-markdown = ">=0.5"
# wagtail-markdown = {git = "https://github.com/danihodovic/wagtail-markdown.git", rev = "configurable-extensions"}
wagtail-metadata = ">=3.0.0"

[tool.poetry.dev-dependencies]
astroid = "2.3.3"
attrs = "19.3.0"
beautifulsoup4 = "4.6.0"
bleach = "2.1.4"
certifi = "2019.11.28"
chardet = "3.0.4"
Django = "2.2.9"
django-modelcluster = "5.0"
django-taggit = "1.2.0"
django-treebeard = "4.3"
Expand All @@ -62,16 +68,6 @@ sqlparse = "0.3.0"
termcolor = "1.1.0"
Unidecode = "1.1.1"
urllib3 = "1.25.7"
wagtail = "2.7"
wagtail-markdown = "0.5"
# wagtail-markdown = {git = "https://github.com/danihodovic/wagtail-markdown.git", rev = "configurable-extensions"}
wagtail-metadata = "3.0.0"
wcwidth = "0.1.7"
webencodings = "0.5.1"
Willow = "1.3"
wrapt = "1.11.2"

[tool.poetry.dev-dependencies]
pylint = "2.4.4"
pylint-django = "2.0.13"
pylint-plugin-utils = "0.6"
Expand All @@ -81,6 +77,10 @@ pytest = "^5.3.2"
pytest-cov = "^2.8.1"
pytest-django = "^3.7.0"
pytest-clarity = "^0.2.0-alpha.1"
wcwidth = "0.1.7"
webencodings = "0.5.1"
Willow = "1.3"
wrapt = "1.11.2"

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

0 comments on commit 1040f11

Please sign in to comment.