修复一个错误!
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
liyp 2022-03-27 23:05:22 +08:00
parent 005c0af0bf
commit 703574f8c1
2 changed files with 2 additions and 3 deletions

View file

@ -2,4 +2,3 @@ oss2
notify2 notify2
dbus-python dbus-python
PyQt5 PyQt5
json

View file

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
from glob import glob from glob import glob
VERSION = "0.1" VERSION = "0.1"
INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5", "json"] INSTALL = ["oss2", "notify2", "dbus-python", "PyQt5"]
setup( setup(
name="PyQtPicUpload", name="PyQtPicUpload",
version=VERSION, version=VERSION,