Skip to content

Commit

Permalink
Merge pull request #877 from thunderstore-io/ts-scanners
Browse files Browse the repository at this point in the history
Enable automatic upload decompilation
  • Loading branch information
MythicManiac committed Sep 25, 2023
2 parents efe7845 + 6ec5f79 commit b40f962
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ PROTOCOL=http://

IS_CYBERSTORM_ENABLED=
SHOW_CYBERSTORM_API_DOCS=

DECOMPILER_API_HOST=docker.for.win.localhost:8000
19 changes: 18 additions & 1 deletion django/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 django/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ optional = true
django-paypal = { path = "../python-packages/django-paypal", develop = true }
paypal-api = { path = "../python-packages/paypal-api", develop = true }
ts-subsys = { path = "../python-packages/ts-subsys", develop = true }
ts-scanners = { path = "../python-packages/ts-scanners", develop = true }

[tool.poetry.dev-dependencies]
pytest = "^6.2"
Expand Down
1 change: 1 addition & 0 deletions django/thunderstore/repository/tasks/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .caches import *
from .files import *
2 changes: 1 addition & 1 deletion python-packages

0 comments on commit b40f962

Please sign in to comment.