Skip to content

Commit 1a47701

Browse files
📝 update pyproject.toml
1 parent 6d841a6 commit 1a47701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "squarecloud-api"
3-
version = "3.1.3"
3+
version = "3.1.4"
44
description = "SquareCloud API wrapper"
55
authors = ["Robert Nogueira <robertlucasnogueira@gmail.com>"]
66
repository = "https://github.com/squarecloudofc/wrapper-api-py"
@@ -14,6 +14,7 @@ python = "^3.10"
1414
aiohttp = "3.8.3"
1515
click = "^8.1.6"
1616
rich = "^13.5.2"
17+
python-dotenv = "^1.0.0"
1718

1819
[tool.poetry.group.dev.dependencies]
1920
pytest = "^7.4.3"

0 commit comments

Comments
 (0)