File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,22 @@ name = "dynatademand"
3
3
version = " 1.0.2"
4
4
description = " A Python client library for the Dynata Demand API"
5
5
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"
6
8
7
9
[tool .poetry .dependencies ]
8
10
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"
9
16
responses = " 0.10.6"
10
17
requests = " 2.22.0"
11
18
pytest = " 4.6.6"
12
19
jsonschema = " 3.2.0"
13
20
pytest-runner = " 5.2"
14
21
15
- [tool .poetry .dev-dependencies ]
16
-
17
22
[build-system ]
18
23
requires = [" poetry>=0.12" ]
19
24
build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments