-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 807 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (30 loc) · 807 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
29
30
31
32
33
[tool.poetry]
name = "workday-performance-enablement-python-sdk"
version = "v5"
description = "Client for performanceEnablement"
authors = ["Konfig <engineering@konfigthis.com>"]
license = "MIT"
readme = "README.md"
packages = [{include = "workday_performance_enablement_python_sdk"}]
[tool.poetry.dependencies]
python = "^3.8"
certifi = ">=2023.7.22"
python-dateutil = "^2.8.2"
typing_extensions = "^4.3.0"
urllib3 = "^1.26.18"
cryptography = "^42.0.5"
frozendict = "^2.3.4"
aiohttp = "^3.9.2"
pydantic = "^2.4.2"
[tool.poetry.group.dev.dependencies]
setuptools = "^65.5.1"
pytest = "^7.3.1"
pytest-cov = "2.8.1"
pytest-randomly = "1.2.3"
build = "^0.10.0"
twine = "^4.0.2"
pytest-asyncio = "^0.21.0"
black = "^23.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"