Skip to content

Commit 72507ca

Browse files
committed
Added jsonschema to setup requirements.
1 parent 75d44c9 commit 72507ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
jsonschema==3.2.0
12
pytest==4.6.6
23
pytest-runner==5.2
34
requests==2.22.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
download_url="https://pypi.python.org/pypi/dynata-demandapi-client",
1313
packages=find_packages(exclude=('tests', )),
1414
platforms=['Any'],
15-
install_requires=['requests', ],
15+
install_requires=['requests', 'jsonschema'],
1616
setup_requires=['pytest-runner'],
1717
tests_require=['pytest'],
1818
keywords='dynata demand api',

0 commit comments

Comments
 (0)