We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d44c9 commit 72507caCopy full SHA for 72507ca
requirements.txt
@@ -1,3 +1,4 @@
1
+jsonschema==3.2.0
2
pytest==4.6.6
3
pytest-runner==5.2
4
requests==2.22.0
setup.py
@@ -12,7 +12,7 @@
12
download_url="https://pypi.python.org/pypi/dynata-demandapi-client",
13
packages=find_packages(exclude=('tests', )),
14
platforms=['Any'],
15
- install_requires=['requests', ],
+ install_requires=['requests', 'jsonschema'],
16
setup_requires=['pytest-runner'],
17
tests_require=['pytest'],
18
keywords='dynata demand api',
0 commit comments