diff --git a/requirements.txt b/requirements.txt index b1db958..52e1224 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ oss2 notify2 dbus-python -PyQt5 -json \ No newline at end of file +PyQt5 \ No newline at end of file diff --git a/setup.py b/setup.py index 8f36878..59d931e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages from glob import glob VERSION = "0.1" -INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5", "json"] +INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5"] setup( name="PyQtPicUpload", version=VERSION,