Skip to content
Snippets Groups Projects
Commit 206f7843 authored by Fabian Heinrich's avatar Fabian Heinrich
Browse files

Readded pygame-gui requirement

parent dcebe2e4
No related branches found
No related tags found
1 merge request!23Resolve "Game menus start and end"
Pipeline #43003 passed
......@@ -10,7 +10,7 @@ with open("README.md") as readme_file:
with open("CHANGELOG.md") as history_file:
history = history_file.read()
requirements = ["numpy", "pygame", "scipy", "pytest>=3", "pyyaml"]
requirements = ["numpy", "pygame", "scipy", "pytest>=3", "pyyaml", "pygame-gui"]
test_requirements = [
"pytest>=3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment