diff --git a/pyproject.toml b/pyproject.toml index 2a440b7..9ea3e8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,12 @@ authors = ["benclave "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.8" -requests = "^2.31.0" -websockets = "^12.0" +python = ">=3.8" +requests = ">=2.31.0" +websockets = ">=12.0" [tool.poetry.group.dev.dependencies] -python-dotenv = "^1.0.0" +python-dotenv = ">=1.0.0" [build-system] requires = ["poetry-core"]