Skip to content

Commit a9ece9d

Browse files
committed
Updated pyproject.toml with readme and repository, removed unnecessary dependencies from non-dev installations.
1 parent e8a606e commit a9ece9d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ name = "dynatademand"
33
version = "1.0.2"
44
description = "A Python client library for the Dynata Demand API"
55
authors = ["Ridley Larsen <Ridley.Larsen@dynata.com>", "Bradley Wogsland <Bradley.Wogsland@dynata.com>", "Nathan Workman <Nathan.Workman@dynata.com>"]
6+
readme = "README.md"
7+
repository = "https://github.com/dynata/python-demandapi-client"
68

79
[tool.poetry.dependencies]
810
python = "^2.7 || ^3.5 || ^3.6 || ^3.7"
11+
requests = "2.22.0"
12+
jsonschema = "3.2.0"
13+
14+
[tool.poetry.dev-dependencies]
15+
python = "^2.7 || ^3.5 || ^3.6 || ^3.7"
916
responses = "0.10.6"
1017
requests = "2.22.0"
1118
pytest = "4.6.6"
1219
jsonschema = "3.2.0"
1320
pytest-runner = "5.2"
1421

15-
[tool.poetry.dev-dependencies]
16-
1722
[build-system]
1823
requires = ["poetry>=0.12"]
1924
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)