Skip to content

Commit

Permalink
workflow_bugfix - trying to fix bug (#20)
Browse files Browse the repository at this point in the history
* Update requirements.txt

* Update README.md

* Update PLAYING.md
  • Loading branch information
OcelotWalrus committed Jan 7, 2024
1 parent 5d35169 commit 034f418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ You can also take the game to a next level by compiling it. Check the documentat

Bane Of Wargs is a minimal game but you will have to install/updated some python modules.\n
All required modules are in the `requirements.txt` file.
[enquiries](https://pypi.org/project/enquiries/), [fade](https://pypi.org/project/fade/), [GitPython](https://pypi.org/project/GitPython/), [colorama](https://pypi.org/project/colorama/), [PyYaml](https://pypi.org/project/PyYAML/), [Yamale](https://pypi.org/project/yamale/), [Fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html), [AppDirs](https://pypi.org/project/appdirs/).
[enquiries](https://pypi.org/project/enquiries/), [fade](https://pypi.org/project/fade/), [GitPython](https://pypi.org/project/GitPython/), [colorama](https://pypi.org/project/colorama/), [PyYaml](https://pypi.org/project/PyYAML/), [Yamale](https://pypi.org/project/yamale/), [Fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html), [AppDirs](https://pypi.org/project/appdirs/), [Requests](https://pypi.org/project/requests/).

---

Expand Down
1 change: 1 addition & 0 deletions docs/PLAYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ All of these modules/libraries are contained in the [requirements.txt](https://g
* **[yamale](https://pypi.org/project/yamale/)** // the module that makes the verification and debug by the game of every opened yaml files by the program possible.
* **[fsspec](https://filesystem-spec.readthedocs.io/en/latest/index.html)** // the module that makes downloading game data from the github repository and moving them to the game data folder possible.
* **[appdirs](https://pypi.org/project/appdirs/)** // the module that make cross-platform game config and data storing in users directories possible
* **[requests](https://pypi.org/project/requests/)** // the module that makes downloading game data from the github repository and moving them to the game data folder possible.

#### Installing

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ PyYaml
yamale
fsspec
appdirs
requests

0 comments on commit 034f418

Please sign in to comment.