Skip to content

Commit

Permalink
Add sqlalchemy as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Sep 22, 2023
1 parent c95beba commit d61a27e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ dependencies = [
"scipy",
"matplotlib",
"pydantic",
"pyyaml"
"pyyaml",
"sqlalchemy",
]
#dynamic = ["version"]

Expand Down
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
numpy>=1.25.2
scipy
matplotlib
pydantic
pyyaml
sqlalchemy

0 comments on commit d61a27e

Please sign in to comment.