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

Pyyaml in requirements

parent 368f8db0
No related branches found
No related tags found
1 merge request!1340-visualisierungsregeln
Pipeline #41859 failed
...@@ -10,7 +10,7 @@ with open("README.md") as readme_file: ...@@ -10,7 +10,7 @@ with open("README.md") as readme_file:
with open("CHANGELOG.md") as history_file: with open("CHANGELOG.md") as history_file:
history = history_file.read() history = history_file.read()
requirements = ["numpy", "pygame", "scipy", "pytest>=3"] requirements = ["numpy", "pygame", "scipy", "pytest>=3", "pyyaml"]
test_requirements = [ test_requirements = [
"pytest>=3", "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