diff --git a/pyproject.toml b/pyproject.toml index 3b951cd..c7f6262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,8 @@ dependencies = [ "scipy", "matplotlib", "pydantic", - "pyyaml" + "pyyaml", + "sqlalchemy", ] #dynamic = ["version"] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ae12fba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +numpy>=1.25.2 +scipy +matplotlib +pydantic +pyyaml +sqlalchemy