Fix deps and bump version

This commit is contained in:
Gabriel Augendre 2019-12-27 18:52:12 +01:00
parent 5f02720937
commit 653a144fbc
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "cleantoots"
version = "0.1.0"
version = "0.1.2"
description = ""
authors = ["Gabriel Augendre <gabriel@augendre.info>"]
@ -8,11 +8,11 @@ authors = ["Gabriel Augendre <gabriel@augendre.info>"]
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"]