diff --git a/pdm-locks/pdm.prod.lock b/pdm-locks/pdm.prod.lock index fb625ae..9b0a44a 100644 --- a/pdm-locks/pdm.prod.lock +++ b/pdm-locks/pdm.prod.lock @@ -5,7 +5,7 @@ groups = ["default", "cli", "dev", "docs", "production", "test"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:87074d4b33370fb071890087522a2f3a7f2602ce1c71aaa5af3ffb966865cb29" +content_hash = "sha256:cc1df7c5bfbdab6f709490bcfdc1e53064ac1196011b553d3bb40eee09b1216c" [[metadata.targets]] requires_python = "~=3.10" @@ -648,30 +648,26 @@ files = [ name = "django-storages" version = "1.14.4" requires_python = ">=3.7" +git = "https://github.com/jschneier/django-storages.git" +revision = "b85d0214dada173059268d85fe5d318215480c08" summary = "Support for many storage backends in Django" groups = ["production"] dependencies = [ "Django>=3.2", ] -files = [ - {file = "django-storages-1.14.4.tar.gz", hash = "sha256:69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f"}, - {file = "django_storages-1.14.4-py3-none-any.whl", hash = "sha256:d61930acb4a25e3aebebc6addaf946a3b1df31c803a6bf1af2f31c9047febaa3"}, -] [[package]] name = "django-storages" version = "1.14.4" extras = ["s3"] requires_python = ">=3.7" +git = "https://github.com/jschneier/django-storages.git" +revision = "b85d0214dada173059268d85fe5d318215480c08" summary = "Support for many storage backends in Django" groups = ["production"] dependencies = [ "boto3>=1.4.4", - "django-storages==1.14.4", -] -files = [ - {file = "django-storages-1.14.4.tar.gz", hash = "sha256:69aca94d26e6714d14ad63f33d13619e697508ee33ede184e462ed766dc2a73f"}, - {file = "django_storages-1.14.4-py3-none-any.whl", hash = "sha256:d61930acb4a25e3aebebc6addaf946a3b1df31c803a6bf1af2f31c9047febaa3"}, + "django-storages @ git+https://github.com/jschneier/django-storages.git", ] [[package]] @@ -2698,13 +2694,13 @@ files = [ [[package]] name = "sqlparse" -version = "0.5.0" +version = "0.5.1" requires_python = ">=3.8" summary = "A non-validating SQL parser." groups = ["default", "production"] files = [ - {file = "sqlparse-0.5.0-py3-none-any.whl", hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663"}, - {file = "sqlparse-0.5.0.tar.gz", hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93"}, + {file = "sqlparse-0.5.1-py3-none-any.whl", hash = "sha256:773dcbf9a5ab44a090f3441e2180efe2560220203dc2f8c0b0fa141e18b505e4"}, + {file = "sqlparse-0.5.1.tar.gz", hash = "sha256:bb6b4df465655ef332548e24f08e205afc81b9ab86cb1c45657a7ff173a3a00e"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index b83fd25..356c223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,12 +30,11 @@ repository = 'https://github.com/WGBH-MLA/ov-wag' ov = 'cli:app' [project.optional-dependencies] -cli = [ - "typer~=0.12", - "loguru~=0.7", - "trogon~=0.5", +cli = ["typer~=0.12", "loguru~=0.7", "trogon~=0.5"] +production = [ + "gunicorn[standard]~=23.0", + "django-storages[s3] @ git+https://github.com/jschneier/django-storages.git", ] -production = ["gunicorn[standard]~=23.0", "django-storages[s3]~=1.14"] [build-system] requires = ['pdm-backend']