Skip to content

Commit e55ddec

Browse files
MAINT: Add jsonpickle as requirement
1 parent c5d6517 commit e55ddec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/user/requirements.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ The packages needed can be installed via ``pip`` by running the following lines
4949
pip install pytz
5050
pip install timezonefinder
5151
pip install simplekml
52+
pip install jsonpickle
5253
5354
Installing Required Packages Using ``conda``
5455
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"pytz",
1717
"timezonefinder",
1818
"simplekml",
19+
"jsonpickle",
1920
],
2021
maintainer="RocketPy Developers",
2122
author="Giovani Hidalgo Ceotto",

0 commit comments

Comments
 (0)