diff --git a/poetry.lock b/poetry.lock index 288a8bd..d7ccf1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,10 +17,8 @@ version = "1.3.4" description = "awesome VapourSynth functions" optional = false python-versions = ">=3.9" -files = [ - {file = "awsmfunc-1.3.4-py3-none-any.whl", hash = "sha256:d9ce9cf90dfdb66b4561a5d3b011232e663ad0d879e2a276827bff9b8b3b37e1"}, - {file = "awsmfunc-1.3.4.tar.gz", hash = "sha256:8330332f5c4818322b4090b24499b1dc4e4e371460de70c4bd62a112f4157255"}, -] +files = [] +develop = false [package.dependencies] numpy = "*" @@ -29,7 +27,13 @@ vs-rekt = ">=1.0.0" vsutil = ">=0.7.0" [package.extras] -dev = ["pylint", "toml", "yapf"] +dev = ["ruff", "toml"] + +[package.source] +type = "git" +url = "https://github.com/OpusGang/awsmfunc" +reference = "HEAD" +resolved_reference = "e1290f799162749fc627951290bfb4089f2f39cb" [[package]] name = "black" @@ -335,4 +339,4 @@ vapoursynth = "*" [metadata] lock-version = "2.0" python-versions = "3.11.5" -content-hash = "4425fd0e4eb9ee21b1b0d79c3824a831cdbe45b6733c9477065c8cdd265731a8" +content-hash = "d8f86839d70dbe0a58d107ebf4bb36e7296975e8da5f6bfd366566cbe15b89e6" diff --git a/pyproject.toml b/pyproject.toml index 53cba11..c00353e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,9 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.5" -vapoursynth-portable = "65" numpy = "^1.26.2" -awsmfunc = "^1.3.4" +vapoursynth-portable = "65" +awsmfunc = {git = "https://github.com/OpusGang/awsmfunc"} [tool.poetry.group.dev.dependencies]