Skip to content

Commit

Permalink
Merge pull request #4 from rabea-al/main
Browse files Browse the repository at this point in the history
Add dependencies to pyproject file
  • Loading branch information
mansouralawi authored Nov 22, 2024
2 parents 6d21392 + 93e9ecf commit 0d07b45
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 0d07b45

Please sign in to comment.