Skip to content

Commit

Permalink
install Pyinstaller from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Aug 6, 2024
1 parent a522f5d commit e6e92a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# Any lines with "# pip-only" at the end will be processed by
# scripts/convert-requirements-to-conda-yml.py as though it can only be found
# on pip.
# Sometimes conda-forge does not install the latest available version,
# pip-only can be a workaround for that.

virtualenv>=12.0.1
pytest
Expand All @@ -18,7 +20,7 @@ pypiwin32; sys_platform == 'win32' # pip-only

# 60.7.0 exception because of https://github.com/pyinstaller/pyinstaller/issues/6564
setuptools>=8.0,!=60.7.0
PyInstaller>=4.10
PyInstaller>=4.10 # pip-only
setuptools_scm>=6.4.0
requests
coverage
Expand Down

0 comments on commit e6e92a6

Please sign in to comment.