Compare commits

..

No commits in common. "add-missing-requirement" and "master" have entirely different histories.

View file

@ -28,10 +28,6 @@ setup(
keywords='jupyter jupyterlab',
install_requires=[
'ujson'
],
packages=find_packages(exclude=['tests', ]),
data_files=[('', ["LICENSE", "README.md"])],
zip_safe=False,