Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,16 @@ authors = [
]
dependencies = [
"firstrade==0.0.39",
"flask",
"google-auth",
"google-cloud-storage",
"gunicorn",
"pandas_market_calendars",
"pytest",
"pytz",
"requests",
"quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@e86554b",
"us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@a9546362a27abdfc9cd5184b30ca8d26fd774187",
"google-cloud-storage",
"requests",
]

[tool.setuptools]
Expand Down Expand Up @@ -56,3 +60,11 @@ line-length = 100
[tool.ruff.lint.per-file-ignores]
"tests/**" = ["E402", "F841"]


[tool.coverage.run]
branch = true
source = ["src"]
omit = ["tests/*", "*/external/*"]

[tool.coverage.report]
show_missing = true
12 changes: 1 addition & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
flask
gunicorn
firstrade==0.0.39
pandas_market_calendars
pytz
quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@5b76090a358073f00b1705409fff0902bd5f0ca4
us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@c7c09b0f0d15d7089758312c856eba3520f13e94
google-cloud-storage
google-auth
requests
pytest
-e .
2 changes: 2 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading