We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa38e8a commit 70f7f8dCopy full SHA for 70f7f8d
pyproject.toml
@@ -45,14 +45,13 @@ classifiers = [
45
"Programming Language :: Python :: Implementation :: CPython"
46
]
47
dependencies = [
48
- "PyQt5==5.15.4",
49
- "PyQt5-sip",
+ "PyQt5==5.15.9",
50
"requests",
51
"beautifulsoup4",
52
'dataclasses ; python_version<"3.7"'
53
54
-dynamic = ["0.3.6"]
+dynamic = ["0.3.7"]
55
56
[project.scripts]
57
-venvipy = "venvipy=venvipy.venvi:main"
58
-venvipy-wizard = "venvipy-wizard=venvipy.wizard:main"
+venvipy = "venvipy.venvi:main"
+venvipy-wizard = "venvipy.wizard:main"
0 commit comments