From 653a144fbc3c15725bae8be4015c05b0fafbeee5 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 27 Dec 2019 18:52:12 +0100 Subject: [PATCH] Fix deps and bump version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29f263a..7b2e0f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cleantoots" -version = "0.1.0" +version = "0.1.2" description = "" authors = ["Gabriel Augendre "] @@ -8,11 +8,11 @@ authors = ["Gabriel Augendre "] python = "^3.8" "Mastodon.py" = "^1.5.0" click = "^7.0" -black = "^19.10b0" pendulum = "^2.0.5" [tool.poetry.dev-dependencies] pytest = "^5.2" +black = "^19.10b0" [build-system] requires = ["poetry>=0.12"]