Skip to content

Commit

Permalink
Repair requirements.txt (#559)
Browse files Browse the repository at this point in the history
* Update requirements.txt

Reinsert PyQt5 and PyInstaller requirements, although already covered by fbs 1.2.1

* Update requirements.txt

use exact version pinning

* Update requirements.txt

Use exact version for pyserial as well
  • Loading branch information
dl1com authored Aug 1, 2023
1 parent a5a5e99 commit 3f702a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fbs @ git+https://github.com/AllYarnsAreBeautiful/fbs@1.2.1-py38
PyQt5==5.12.3
PyInstaller==4.1
Pillow==7.1.2
pyserial~=3.4
pyserial==3.4
sliplib==0.4.0
pytest==5.4.1
mock==3.0.5
Expand Down

0 comments on commit 3f702a1

Please sign in to comment.