We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9407470 commit fa16fddCopy full SHA for fa16fdd
CHANGELOG.md
@@ -39,6 +39,7 @@ Attention: The newest changes should be on top -->
39
40
- DOCS: reshape docs (closes #659) [#781](https://github.com/RocketPy-Team/RocketPy/pull/781)
41
- MNT: EmptyMotor class inherits from Motor(ABC) [#779](https://github.com/RocketPy-Team/RocketPy/pull/779)
42
+- DEV: add requirements-tests.txt on make install target [#790](https://github.com/RocketPy-Team/RocketPy/issues/790)
43
44
### Fixed
45
Makefile
@@ -21,6 +21,7 @@ install:
21
$(PYTHON) -m pip install --upgrade pip
22
pip install -r requirements.txt
23
pip install -r requirements-optional.txt
24
+ pip install -r requirements-tests.txt
25
pip install -e .
26
27
format:
0 commit comments