Skip to content

Commit

Permalink
Merge branch 'main' into issue_2803
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 authored Nov 5, 2024
2 parents 49b00e5 + d68ebdd commit 5967040
Show file tree
Hide file tree
Showing 11 changed files with 304 additions and 384 deletions.
1 change: 1 addition & 0 deletions blt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
path("time-logs/", website.views.TimeLogListView, name="time_logs"),
path("sizzle-daily-log/", website.views.sizzle_daily_log, name="sizzle_daily_log"),
path("blogs/", include("blog.urls")),
path("user-sizzle-report/<str:username>/", website.views.user_sizzle_report, name="user_sizzle_report"),
]

if settings.DEBUG:
Expand Down
183 changes: 0 additions & 183 deletions html/dashboard.html

This file was deleted.

49 changes: 0 additions & 49 deletions html/team.html

This file was deleted.

66 changes: 33 additions & 33 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unidecode = "^1.3.8"
user-agents = "^2.2.0"
whitenoise = "^6.8.2"
django-debug-toolbar = "^4.4.6"
selenium = "^4.26.0"
selenium = "^4.26.1"
pylibmc = "^1.6.1"
psycopg2-binary = "^2.9.10"
boto = "^2.49.0"
Expand Down Expand Up @@ -69,20 +69,20 @@ pydantic = "^2.7.3"
pydantic_core = "^2.18.4"
langchain = "^0.2.16"
langchain-community = "^0.2.17"
langchain-core = "^0.2.42"
langchain-core = "^0.2.43"
langchain-openai = "^0.1.25"
unstructured = "^0.16.3"
unstructured = "^0.16.4"
Markdown = "^3.6"
faiss-cpu = "^1.8.0"
openai = "^1.53.0"
openai = "^1.54.0"
psutil = "^5.9.8"
python-bitcoinrpc = "^1.0"
sendgrid = "^6.11.0"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
isort = "^5.13.2"
ruff = "^0.7.1"
ruff = "^0.7.2"
pre-commit = "^3.8.0"

[tool.isort]
Expand Down
1 change: 0 additions & 1 deletion vagrant/requirements.txt

This file was deleted.

Loading

0 comments on commit 5967040

Please sign in to comment.