We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a471b00 commit aa45922Copy full SHA for aa45922
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "squarecloud-api"
3
-version = "3.1.5"
+version = "3.2.0"
4
description = "SquareCloud API wrapper"
5
authors = ["Robert Nogueira <robertlucasnogueira@gmail.com>"]
6
repository = "https://github.com/squarecloudofc/wrapper-api-py"
@@ -15,14 +15,14 @@ aiohttp = "3.8.3"
15
click = "^8.1.6"
16
rich = "^13.5.2"
17
pydantic = "^2.5.2"
18
+python-dotenv = "^1.0.0"
19
20
[tool.poetry.group.dev.dependencies]
21
pytest = "^7.4.3"
22
pytest-cov = "^4.1.0"
23
blue = "^0.9.1"
24
isort = "^5.12.0"
25
taskipy = "^1.12.0"
-python-dotenv = "^1.0.0"
26
pytest-asyncio = "^0.21.1"
27
pre-commit = "^3.3.3"
28
ruff = "^0.0.289"
0 commit comments