Fix deps and bump version
This commit is contained in:
parent
5f02720937
commit
653a144fbc
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue