Skip to content

Commit

Permalink
Add wheel to PyPi dependencies.
Browse files Browse the repository at this point in the history
wheel is the recommended way to install some of the PyPi packages we use in this project, but is not loaded in the venv we create by default. This adds wheel so we have it available at venv creation.
  • Loading branch information
btsimon97 committed Apr 12, 2021
1 parent 6be7bf1 commit a0e4a36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ twilio~=6.53.0
python-dotenv~=0.15.0
websockets~=8.1
requests~=2.25.1
PyQt5~=5.15.2
PyQt5~=5.15.2
wheel~=0.36.2

0 comments on commit a0e4a36

Please sign in to comment.