diff --git a/.env.template b/.env.template index f50a6ede6..f2ce23f10 100644 --- a/.env.template +++ b/.env.template @@ -59,3 +59,5 @@ PROTOCOL=http:// IS_CYBERSTORM_ENABLED= SHOW_CYBERSTORM_API_DOCS= + +DECOMPILER_API_HOST=docker.for.win.localhost:8000 diff --git a/django/poetry.lock b/django/poetry.lock index 580be6fe5..b348ce51c 100644 --- a/django/poetry.lock +++ b/django/poetry.lock @@ -2767,6 +2767,23 @@ files = [ {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, ] +[[package]] +name = "ts-scanners" +version = "0.1.0" +description = "" +category = "dev" +optional = false +python-versions = "^3.8" +files = [] +develop = true + +[package.dependencies] +Django = "*" + +[package.source] +type = "directory" +url = "../python-packages/ts-scanners" + [[package]] name = "ts-subsys" version = "0.1.0" @@ -3091,4 +3108,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5c12445dc97ed2f1164ce8657081b52b56cb31031e119c9cfa66acf1a2646b0a" +content-hash = "3ac73d001849c7d3cb78ed21abc79e787bfd96e16ad4936f01e7bc6ae2126c4b" diff --git a/django/pyproject.toml b/django/pyproject.toml index 102fa2604..9715ab355 100644 --- a/django/pyproject.toml +++ b/django/pyproject.toml @@ -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" diff --git a/django/thunderstore/repository/tasks/__init__.py b/django/thunderstore/repository/tasks/__init__.py index df957f7ee..de7b1e15b 100644 --- a/django/thunderstore/repository/tasks/__init__.py +++ b/django/thunderstore/repository/tasks/__init__.py @@ -1 +1,2 @@ from .caches import * +from .files import * diff --git a/python-packages b/python-packages index 3b767e898..c4f51b646 160000 --- a/python-packages +++ b/python-packages @@ -1 +1 @@ -Subproject commit 3b767e898cda03dd594de8700768ea87b2abafbc +Subproject commit c4f51b646a4e7180aa7eef7a2092891a67a8bf4c