Skip to content

Commit aa45922

Browse files
📝 update pyproject.toml
1 parent a471b00 commit aa45922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "squarecloud-api"
3-
version = "3.1.5"
3+
version = "3.2.0"
44
description = "SquareCloud API wrapper"
55
authors = ["Robert Nogueira <robertlucasnogueira@gmail.com>"]
66
repository = "https://github.com/squarecloudofc/wrapper-api-py"
@@ -15,14 +15,14 @@ aiohttp = "3.8.3"
1515
click = "^8.1.6"
1616
rich = "^13.5.2"
1717
pydantic = "^2.5.2"
18+
python-dotenv = "^1.0.0"
1819

1920
[tool.poetry.group.dev.dependencies]
2021
pytest = "^7.4.3"
2122
pytest-cov = "^4.1.0"
2223
blue = "^0.9.1"
2324
isort = "^5.12.0"
2425
taskipy = "^1.12.0"
25-
python-dotenv = "^1.0.0"
2626
pytest-asyncio = "^0.21.1"
2727
pre-commit = "^3.3.3"
2828
ruff = "^0.0.289"

0 commit comments

Comments
 (0)