Skip to content

Commit

Permalink
update poetry with git and add run command
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Dec 24, 2024
1 parent ea6da3e commit 32b20df
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 2 deletions.
47 changes: 45 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ django-redis = "^5.4.0"
uvicorn = "^0.34.0"
channels = "^4.2.0"
channels-redis = "^4.2.1"
gitpython = "^3.1.43"

[tool.poetry.group.dev.dependencies]
black = "^24.8.0"
Expand Down
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
uvicorn blt.asgi:application --host 0.0.0.0 --port 8000

0 comments on commit 32b20df

Please sign in to comment.