Skip to content

Commit 47d3f06

Browse files
committed
add packaging to pyproject.toml, edited README-PyPI.md
1 parent 70d6075 commit 47d3f06

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

README-PyPI.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,6 @@ uv add python-trueconf-bot
6464
| 5.5.0 — 5.5.2 | v1.1.x |
6565
| >= 5.5.3 | **v1.2.1** (or higher) |
6666

67-
> ⚠️ IMPORTANT
68-
>
69-
> If you are using server version **5.5.3** or higher, you must upgrade the library. If the stable release is not yet available, install the latest beta:
70-
> ```bash
71-
> uv pip install --pre "python-trueconf-bot>=1.2.0b0"
72-
> ```
73-
7467
## 📌 Key Features
7568

7669
* Easy integration with the [TrueConf Server Chatbot API](https://trueconf.com/docs/chatbot-connector/en/overview/)

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ dependencies = [
5151
"typing_extensions>=4.15.0",
5252
"python-magic>=0.4.27 ; sys_platform != 'win32'",
5353
"python-magic-bin==0.4.14 ; sys_platform == 'win32'",
54-
"filetype"
54+
"filetype",
55+
"packaging"
5556
]
5657

5758
[tool.setuptools]

0 commit comments

Comments
 (0)