Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabea-al committed Nov 16, 2024
1 parent a654b8c commit 93e9ecf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@ readme = "README.md"
repository = "https://github.com/XpressAI/xai-flask"
keywords = ["xircuits", "flask"]

dependencies = [
"Flask==3.0.3",
"Flask-APScheduler==1.13.1",
"Flask-Cors==5.0.0",
"vecto-sdk==0.2.3"
]

# Xircuits-specific configurations
[tool.xircuits]
requirements_path = "requirements.txt"
default_example_path = "examples/DeclarativeExample.xircuits"
default_example_path = "examples/DeclarativeExample.xircuits"

0 comments on commit 93e9ecf

Please sign in to comment.