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 2afad49 commit 24af401Copy full SHA for 24af401
setup.py
@@ -27,9 +27,7 @@
27
version = "latest"
28
29
install_requires = [
30
- "PyQt5==5.15.4",
31
- "PyQt5-Qt5==5.15.2",
32
- "PyQt5-sip==12.10.1",
+ "PyQt5==5.15.9",
33
"requests",
34
"beautifulsoup4",
35
"dataclasses ; python_version<'3.7'"
@@ -48,7 +46,7 @@
48
46
author="Youssef Serestou",
49
47
author_email="sinusphi.sq@gmail.com",
50
url="https://github.com/sinusphi/venvipy",
51
- download_url="https://github.com/sinusphi/venvipy/archive/v0.3.6.tar.gz",
+ download_url="https://github.com/sinusphi/venvipy/archive/v0.3.7.tar.gz",
52
keywords=[
53
"python",
54
"python3",
0 commit comments