add missing requirement to setup.py
This commit is contained in:
parent
960341f6a7
commit
3af26e57a6
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -28,6 +28,10 @@ setup(
|
|||
|
||||
keywords='jupyter jupyterlab',
|
||||
|
||||
install_requires=[
|
||||
'ujson'
|
||||
],
|
||||
|
||||
packages=find_packages(exclude=['tests', ]),
|
||||
data_files=[('', ["LICENSE", "README.md"])],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Add table
Reference in a new issue