Skip to content

Commit

Permalink
Merge pull request #53 from ArtificialQualia/dev
Browse files Browse the repository at this point in the history
exe build improvements
  • Loading branch information
ArtificialQualia committed Oct 15, 2019
2 parents b49e213 + 9b70b4d commit 7d6bfe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "pip install pypiwin32==219"
- "pip install pyinstaller"
- "pip install pyinstaller==3.4"
- "pip install -r requirements.txt"
- "choco install -y InnoSetup"

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ matplotlib==2.0.2
watchdog==0.8.3
git+git://github.com/miguelgrinberg/python-engineio@51da0be#egg=python-engineio
python-socketio==4.3.1
requests==2.21.0

0 comments on commit 7d6bfe8

Please sign in to comment.