File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " squarecloud-api"
3- version = " 3.2.1 "
3+ version = " 3.3.0 "
44description = " SquareCloud API wrapper"
55authors = [" Robert Nogueira <robertlucasnogueira@gmail.com>" ]
66repository = " https://github.com/squarecloudofc/wrapper-api-py"
@@ -27,6 +27,13 @@ pytest-asyncio = "^0.21.1"
2727pre-commit = " ^3.3.3"
2828ruff = " ^0.0.289"
2929memory-profiler = " ^0.61.0"
30+ requests = " ^2.31.0"
31+
32+
33+ [[tool .poetry .source ]]
34+ name = " pypi-test"
35+ url = " https://test.pypi.org/simple/"
36+ priority = " primary"
3037
3138[build-system ]
3239requires = [" poetry-core" ]
@@ -43,10 +50,10 @@ line_length = 79
4350[tool .taskipy .tasks ]
4451lint = " isort . && blue . && ruff ."
4552pre_test = " task lint"
46- test = " pytest -s -x --cov=squarecloud -vv tests"
53+ test = " pytest -s -x --cov=tests -vv tests"
4754post_test = " coverage html"
4855cli = " poetry run squarecloud"
49- publish-test = " poetry publish -r test- pypi --build"
56+ publish-test = " poetry publish -r pypi-test --build"
5057install-test = " pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api"
5158docs = " mkdocs serve"
5259
You can’t perform that action at this time.
0 commit comments