Releases: sinusphi/venvipy
Releases · sinusphi/venvipy
v0.3.6
- redesign look of PackageInstaller() class (layout)
- add a PyPI logo to PackageInstaller() dialog
- move ResultsTable() class to pkg_installer module
- ask user to save requirements only if changes made
- minor fixes (remove unused imports, etc.)
0.3.5
- update html class names used on PyPI when scraping
- add a note to readme that the corresponding
venv
module(s) are required
v0.3.4
- search and install packages from PyPI now via scraping the website
- add
--help
command line parameter
- check permissions before installing from local projects
- add pip's
--use-feature=in-tree-build
option for installs from local project directories
- error handling of repository urls when installing from VCS
- improve process flow of the wizard
v0.3.3
- remove
InstallPackages()
page from wizard as long as PyPI's XMLRPC API is disabled due to unmanageable load
- add compatibility for Python 3.10+
v0.3.2
- fix missing system interpreter if running in a virtual env
- add dataclasses module to requirements (Python 3.6)
v0.2.19
- fix double interpreter entries bug
v0.2.18
- fix missing module
dataclasses
error for Python 3.6
- switch back to
universal_newlines=True
to enable text mode in subprocess.Popen
call