Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Steamio stable version dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
somespecialone committed Jan 27, 2022
1 parent b5da15c commit 1776c12
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
24 changes: 10 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1776c12

Please sign in to comment.