Skip to content

Commit 30ef90e

Browse files
📝 pyproject.toml
1 parent f5bb938 commit 30ef90e

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[tool.poetry]
2+
name = "squarecloud-api"
3+
version = "3.0.2"
4+
description = "SquareCloud API wrapper"
5+
authors = ["Robert Nogueira <robertlucasnogueira@gmail.com>"]
6+
license = "MIT License"
7+
readme = "README.md"
8+
9+
[tool.poetry.dependencies]
10+
python = "^3.10"
11+
aiohttp = "3.8.3"
12+
13+
14+
[tool.poetry.group.dev.dependencies]
15+
pytest = "^7.3.1"
16+
17+
[build-system]
18+
requires = ["poetry-core"]
19+
build-backend = "poetry.core.masonry.api"

requirements.txt

-30 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)