@@ -4,13 +4,14 @@ tf2-utils
44
55``tf2-utils `` is a collection of tools and utilities for TF2 trading.
66Use 3rd party inventory providers, SKUs formatting, interact with various APIs, websockets and more.
7- ``tf2-utils `` is built on top of `tf2-sku <https://github.com/offish/tf2-sku >`_ and `tf2-data <https://github.com/offish/tf2-data >`_.
7+ ``tf2-utils `` is built on top of `tf2-sku <https://github.com/offish/tf2-sku >`_, `tf2-data <https://github.com/offish/tf2-data >`_
8+ and `backpack-tf <https://github.com/offish/backpack-tf >`_.
89``tf2-utils `` is a key dependency of `tf2-express <https://github.com/offish/tf2-express >`_.
910
1011Donate
1112------
1213
13- - BTC: ``bc1qntlxs7v76j0zpgkwm62f6z0spsvyezhcmsp0z2 ``
14+ - BTC: ``bc1q9gmh5x2g9s0pw3282a5ypr6ms8qvuxh3fd7afh ``
1415- `Steam Trade Offer <https://steamcommunity.com/tradeoffer/new/?partner=293059984&token=0-l_idZR >`_
1516
1617You can reach me at `Steam <https://steamcommunity.com/id/confern >`_,
@@ -54,9 +55,9 @@ Updating
5455
5556.. code-block :: bash
5657
57- pip install --upgrade tf2-utils tf2-sku tf2-data
58+ pip install --upgrade tf2-utils tf2-sku tf2-data bptf
5859 # or
59- python -m pip install --upgrade tf2-utils tf2-sku tf2-data
60+ python -m pip install --upgrade tf2-utils tf2-sku tf2-data bptf
6061
6162
6263 Development
@@ -67,7 +68,7 @@ Testing
6768.. code-block :: bash
6869
6970 # tf2-utils/
70- python -m unittest
71+ pytest
7172
7273 Documentation
7374~~~~~~~~~~~~~
@@ -85,7 +86,7 @@ License
8586-------
8687MIT License
8788
88- Copyright (c) 2019-2024 offish (`confern <https://steamcommunity.com/id/confern >`_)
89+ Copyright (c) 2019-2025 offish (`confern <https://steamcommunity.com/id/confern >`_)
8990
9091Permission is hereby granted, free of charge, to any person obtaining a copy
9192of this software and associated documentation files (the "Software"), to deal
0 commit comments