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"
33version = " 1.0.2"
44description = " A Python client library for the Dynata Demand API"
55authors = [
" Ridley Larsen <[email protected] >" ,
" Bradley Wogsland <[email protected] >" ,
" Nathan Workman <[email protected] >" ]
6+ readme = " README.md"
7+ repository = " https://github.com/dynata/python-demandapi-client"
68
79[tool .poetry .dependencies ]
810python = " ^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"
916responses = " 0.10.6"
1017requests = " 2.22.0"
1118pytest = " 4.6.6"
1219jsonschema = " 3.2.0"
1320pytest-runner = " 5.2"
1421
15- [tool .poetry .dev-dependencies ]
16-
1722[build-system ]
1823requires = [" poetry>=0.12" ]
1924build-backend = " poetry.masonry.api"
You can’t perform that action at this time.
0 commit comments