| commit | 6203e73f2a4ec120b973ca2f80e0557e2210f763 | [log] [tgz] |
|---|---|---|
| author | Philipp Le <philipp@philipple.de> | Tue Apr 26 21:50:26 2022 +0200 |
| committer | Philipp Le <philipp@philipple.de> | Tue Apr 26 22:15:55 2022 +0200 |
| tree | 2287e78615ad5558fa9bcd8613d5477b53027051 | |
| parent | 9d2c3e7df66bd91051681e702a01ca5bace7a67e [diff] [blame] |
feat: Configuration Storage Change-Id: I39b975e4b9d43ac701805f796bd0316867eea87e
diff --git a/setup.py b/setup.py index 046c168..4d7b85d 100644 --- a/setup.py +++ b/setup.py
@@ -19,6 +19,9 @@ 'numpy', 'scipy', 'matplotlib', + 'toml', + 'pydantic', + 'appdirs', ], classifiers=[ 'Development Status :: 2 - Pre-Alpha',