Skip to content

Commit

Permalink
feat: add SQLAlchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
Colerar authored and Yazawazi committed Dec 23, 2023
1 parent 8627bb1 commit 46ed592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/funix/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ mpld3>=0.5.8
plac>=1.3.5
gitignore_parser>=0.1.9
flask-sock>=0.7.0
SQLAlchemy>=2.0.23
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"plac>=1.3.5",
"gitignore_parser>=0.1.9",
"flask-sock>=0.7.0",
"SQLAlchemy>=2.0.23"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 46ed592

Please sign in to comment.