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

Added requirements to setup.py

parent 3845d09f
No related branches found
No related tags found
1 merge request!1Issue #6 Base simulator class and methods
Pipeline #41146 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 = [] requirements = ["numpy", "pygame", "scipy"]
test_requirements = ['pytest>=3', ] test_requirements = ['pytest>=3', ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment