Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update with module futures
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 14, 2015
1 parent 4781e2a commit d87516a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymyinstall/packaged/packaged_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def small_installation():
# ModuleInstall("setuptools", "wheel"), # removed with 3.4
# ModuleInstall("pip", "wheel"), # removed with 3.4
#
ModuleInstall("futures", "2.2.0", version="2.2.0"), # issue with 3.0.3 because of line: raise type(self._exception), self._exception, self._traceback, weird because the same exists in folder lib
ModuleInstall("virtualenv", "pip"),
ModuleInstall("six", "pip"),
ModuleInstall("lxml", "wheel"),
Expand Down

0 comments on commit d87516a

Please sign in to comment.