Skip to content

Commit 24af401

Browse files
authored
update setup.py
1 parent 2afad49 commit 24af401

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
version = "latest"
2828

2929
install_requires = [
30-
"PyQt5==5.15.4",
31-
"PyQt5-Qt5==5.15.2",
32-
"PyQt5-sip==12.10.1",
30+
"PyQt5==5.15.9",
3331
"requests",
3432
"beautifulsoup4",
3533
"dataclasses ; python_version<'3.7'"
@@ -48,7 +46,7 @@
4846
author="Youssef Serestou",
4947
author_email="sinusphi.sq@gmail.com",
5048
url="https://github.com/sinusphi/venvipy",
51-
download_url="https://github.com/sinusphi/venvipy/archive/v0.3.6.tar.gz",
49+
download_url="https://github.com/sinusphi/venvipy/archive/v0.3.7.tar.gz",
5250
keywords=[
5351
"python",
5452
"python3",

0 commit comments

Comments
 (0)