Skip to content

Commit

Permalink
Merge pull request #557 from nikitalita/master
Browse files Browse the repository at this point in the history
Fix windows standalone binary build
  • Loading branch information
miurahr authored Aug 17, 2022
2 parents 9a3b97b + ac7f2db commit 8d3c610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions ci/build_standalone.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pip install -U pip
pip install virtualenv
virtualenv build_venv
call build_venv\Scripts\activate.bat
move pyproject.toml pyproject.toml.bak
pip install -e .[test,docs,check]
pip install gravitybee
gravitybee --with-latest
Expand Down
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ classifiers =
[options]
python_requires = >= 3.6
install_requires =
requests
semantic_version
bs4
dataclasses;python_version<'3.7'
defusedxml
humanize
patch>=1.16
py7zr>=0.18.3
requests
semantic_version
texttable
bs4
dataclasses;python_version<"3.7"
defusedxml
setup_requires =
setuptools-scm[toml]>=6.4
setuptools>=61
Expand Down

0 comments on commit 8d3c610

Please sign in to comment.