Skip to content

Commit ebcd6ac

Browse files
committed
Replace RabbitMQ with NATS.
1 parent 51deadf commit ebcd6ac

3 files changed

Lines changed: 105 additions & 140 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Pytdbot is an asynchronous [**TDLib**](https://github.com/tdlib/td) wrapper for
3030
- Telegram [API key](https://my.telegram.org/apps)
3131
- [tdjson](https://github.com/AYMENJD/tdjson) or [TDLib](https://github.com/tdlib/td#building)
3232
- [deepdiff](https://github.com/seperman/deepdiff)
33-
- [aio-pika](https://github.com/mosquito/aio-pika)
3433

3534
### Installation
3635

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires-python = ">=3.10"
1111
license = "MIT"
1212
license-files = ["LICENSE"]
1313
authors = [{ name = "AYMEN A", email = "let.me.code.safe@gmail.com" }]
14-
dependencies = ["deepdiff", "aio_pika"]
14+
dependencies = ["deepdiff"]
1515
keywords = [
1616
"telegram",
1717
"tdlib",
@@ -43,6 +43,7 @@ Tracker = "https://github.com/pytdbot/client/issues"
4343

4444
[project.optional-dependencies]
4545
tdjson = ["tdjson"]
46+
nats = ["nats-py"]
4647

4748
[tool.setuptools.packages.find]
4849
exclude = ["examples"]

0 commit comments

Comments
 (0)