Skip to content

Commit

Permalink
Try to fix backcall problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Jan 26, 2020
1 parent 1d5ee25 commit c345129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion win_installer32.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ format=bundled
[Include]
pypi_wheels=
appdirs==1.4.3
backcall==0.1.0
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3
Expand Down Expand Up @@ -67,6 +66,7 @@ pypi_wheels=
wcwidth==0.1.8

packages=
backcall
jedi
simplegeneric
pgzero
Expand Down
2 changes: 1 addition & 1 deletion win_installer64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ format=bundled
[Include]
pypi_wheels=
appdirs==1.4.3
backcall==0.1.0
certifi==2019.11.28
chardet==3.0.4
colorama==0.4.3
Expand Down Expand Up @@ -67,6 +66,7 @@ pypi_wheels=
wcwidth==0.1.8

packages=
backcall
jedi
simplegeneric
pgzero
Expand Down

0 comments on commit c345129

Please sign in to comment.