forked from pixelbin-io/pixelbin-python-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 762 Bytes
/
pyproject.toml
File metadata and controls
28 lines (25 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[tool.poetry]
name = "pixelbin"
version = "4.2.0"
description = "Pixelbin SDK for Python"
authors = ["Pixelbin <dev@pixelbin.io>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/pixelbin-dev/pixelbin-python-sdk"
repository = "https://github.com/pixelbin-dev/pixelbin-python-sdk"
keywords = ["Pixelbin"]
include = [
"LICENSE", "README.md", "documentation/platform/README.md", "documentation/platform/ASSETS.md", "documentation/platform/ORGANIZATION.md"
]
[tool.poetry.dependencies]
python = "^3.8"
aiohttp = "^3.8.1"
ujson = "^5.2.0"
pytz = "^2022.1"
marshmallow = "^3.15.0"
pytest = "^7.2.2"
coverage = "^7.2.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"