diff --git a/pyproject.toml b/pyproject.toml index 23b5fc84c..03b2016f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pyasn1-modules = "^0.3.0" rich = "^13.3.5" python-libnmap = "^0.7.3" resource = "^0.2.1" -oscrypto = { git = "https://github.com/NeffIsBack/oscrypto" } # Pypi version currently broken, see: https://github.com/wbond/oscrypto/issues/78 (as of 9/23) +oscrypto = { git = "https://github.com/Pennyw0rth/oscrypto" } # Pypi version currently broken, see: https://github.com/wbond/oscrypto/issues/78 (as of 9/23) pyreadline = "^2.1" # for the build - impacket imports its hidden from the builder so an error occurs [tool.poetry.group.dev.dependencies]