From 703574f8c1a4946a8cf7a028bf9ab0eb8611f7e0 Mon Sep 17 00:00:00 2001 From: liyp Date: Sun, 27 Mar 2022 23:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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,