Merge pull request #1833 from nanoric/dev

[Mod] support for PyQt5>=5.12 is satisfied
This commit is contained in:
vn.py 2019-06-14 22:08:34 +08:00 committed by GitHub
commit 961f7366a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -1,4 +1,4 @@
PyQt5<5.12
PyQt5
pyqtgraph
dataclasses; python_version<="3.6"
qdarkstyle

View File

@ -117,7 +117,7 @@ def is_psycopg2_exists():
install_requires = [
"PyQt5<5.12",
"PyQt5",
"qdarkstyle",
"requests",
"websocket-client",