0.4
This commit is contained in:
parent
0cc7aef5eb
commit
b06d4192a3
8 changed files with 426 additions and 106 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "transip_client"
|
||||
version = "0.2.0"
|
||||
version = "0.4.0"
|
||||
description = "Listens for changes about the current public IP and acts upon it."
|
||||
authors = ["sonny <sonnyba871@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
|
|
@ -11,6 +11,7 @@ click = "^8.0.1"
|
|||
python-dotenv = "^0.15.0"
|
||||
requests = "^2.25.1"
|
||||
sentry_sdk = {version = "^0.19.5", optional = true}
|
||||
cryptography = "^3.4.7"
|
||||
|
||||
[tool.poetry.extras]
|
||||
sentry = ["sentry_sdk"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue