Skip to content

Commit 519b28c

Browse files
committed
prepare for 0.3.4 release
1 parent 0e790dc commit 519b28c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
install_requires = [
3131
"PyQt5==5.15.4",
3232
"PyQt5-sip",
33+
"requests",
34+
"beautifulsoup4",
3335
"dataclasses ; python_version<'3.7'"
3436
]
3537

@@ -43,15 +45,16 @@
4345
description="A GUI for managing Python virtual environments.",
4446
long_description=long_desc,
4547
long_description_content_type="text/x-rst",
46-
author="sinusphi",
48+
author="Youssef Serestou",
4749
author_email="[email protected]",
4850
url="https://github.com/sinusphi/venvipy",
49-
download_url="https://github.com/sinusphi/venvipy/archive/v0.3.3.tar.gz",
51+
download_url="https://github.com/sinusphi/venvipy/archive/v0.3.4.tar.gz",
5052
keywords=[
5153
"python",
5254
"python3",
5355
"venv",
5456
"virtualenvironment",
57+
"virtual-environment",
5558
"pyqt",
5659
"pyqt5",
5760
"pyqt5-desktop-application",

0 commit comments

Comments
 (0)