Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Typos and dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
melvyn2 committed Sep 2, 2019
1 parent caddd8a commit b61ef21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Requirements
* [Python 3](https://www.python.org/)
* [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5)
* [Requests](http://docs.python-requests.org/en/master/)
* [Steam](https://github.com/ValvePython/steam) (PyPI package is outdated, install from repo or `make.py`)
* [Steam](https://github.com/ValvePython/steam)==1.0.0a4
* [PyInstaller](https://github.com/pyinstaller/pyinstaller/)


Expand Down Expand Up @@ -59,6 +59,7 @@ Contributing
* Testing! Simply test this program out and report bugs/missing features.
* Development: add features, fix bugs, and work on TODOs.
* Translations: coming soon

An app icon would also be handy, if you have any ideas for one.

Credits
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PyQt5
requests
https://github.com/Nuitka/Nuitka/archive/fc25e8c25a573b98abed6123e86f9b08ab729a62.zip
https://github.com/ValvePython/steam/archive/fcb584f205a5e3f120cf39642676d59ccb4cfadb.zip
steam==1.0.0a4

0 comments on commit b61ef21

Please sign in to comment.