diff --git a/README.md b/README.md index ea08fa3..9eb75a5 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,7 @@ $ pipenv install steam-tradeoffer-manager $ poetry add steam-tradeoffer-manager ``` -### Warning ⚠ - -There is one way to install this library now(until [steamio](https://github.com/Gobot1234/steam.py) new version with -bugfixes will be released): - +If you want to have the latest updates not included in release and published: ```sh $ pip install git+https://github.com/somespecialone/python-steam-tradeoffer-manager.git@master diff --git a/docs/index.md b/docs/index.md index ea08fa3..9eb75a5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -23,11 +23,7 @@ $ pipenv install steam-tradeoffer-manager $ poetry add steam-tradeoffer-manager ``` -### Warning ⚠ - -There is one way to install this library now(until [steamio](https://github.com/Gobot1234/steam.py) new version with -bugfixes will be released): - +If you want to have the latest updates not included in release and published: ```sh $ pip install git+https://github.com/somespecialone/python-steam-tradeoffer-manager.git@master diff --git a/poetry.lock b/poetry.lock index 9a7b55e..f2479ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -650,30 +650,23 @@ python-versions = ">=3.6" [[package]] name = "steamio" -version = "0.8.5" +version = "0.8.6" description = "A Python wrapper for the Steam API" category = "main" optional = false -python-versions = "^3.7" -develop = false +python-versions = ">=3.7,<4.0" [package.dependencies] aiohttp = ">=3.7,<3.9" -beautifulsoup4 = "^4.10.0" +beautifulsoup4 = ">=4.10.0,<5.0.0" betterproto = "2.0.0b4" -cryptography = "^36" -tomli = "~1" +cryptography = ">=36,<37" +tomli = ">=1,<2" typing-extensions = "4.0.1" [package.extras] docs = ["sphinx (>=4.2.0,<5.0.0)", "myst-parser (>=0.16)", "mypy (>=0.931,<0.932)", "sphinxcontrib_trio (==1.1.2)", "csscompressor", "htmlmin", "rjsmin"] -[package.source] -type = "git" -url = "https://github.com/Gobot1234/steam.py" -reference = "main" -resolved_reference = "827167201bf6cd563a3b5e219db3641b8f49812a" - [[package]] name = "toml" version = "0.10.2" @@ -736,7 +729,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.10" -content-hash = "d6bc72e3828be1e57ce2567f8b140bba11a963623dc37e2c213c20bfcdba5a2b" +content-hash = "07b50873e1e8938f66b2f97aeea6703b60c37ad2c63b6a0bd4c31c156c483945" [metadata.files] aiohttp = [ @@ -1352,7 +1345,10 @@ soupsieve = [ {file = "soupsieve-2.3.1-py3-none-any.whl", hash = "sha256:1a3cca2617c6b38c0343ed661b1fa5de5637f257d4fe22bd9f1338010a1efefb"}, {file = "soupsieve-2.3.1.tar.gz", hash = "sha256:b8d49b1cd4f037c7082a9683dfa1801aa2597fb11c3a1155b7a5b94829b4f1f9"}, ] -steamio = [] +steamio = [ + {file = "steamio-0.8.6-cp310-cp310-manylinux_2_31_x86_64.whl", hash = "sha256:7b1f557f995ef3b0e4c4305a41455f32e354b5701fb60f2bbac7f6e2b7bd14a9"}, + {file = "steamio-0.8.6.tar.gz", hash = "sha256:95e6cddb35f32be6a074c33a13a9ad1f5e7bc625fe8c8507021a1b7d1fefac3c"}, +] toml = [ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, diff --git a/pyproject.toml b/pyproject.toml index bd402ae..28491c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [{ include = "steam_tradeoffer_manager" }] [tool.poetry.dependencies] python = "^3.10" -steamio = {git = "https://github.com/Gobot1234/steam.py", rev = "main"} +steamio = "^0.8.6" [tool.poetry.dev-dependencies] pytest = "^6.2.5"