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',