Skip to content

Commit

Permalink
chore: add discord server link to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
berrytern committed Oct 14, 2024
1 parent 9ff7727 commit 02c35e6
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 11 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Client with high level of abstraction for manipulation of messages in the event

**Source Code**: <a href="https://github.com/nutes-uepb/amqp-client-python" target="_blank">https://github.com/nutes-uepb/amqp-client-python</a>

**Discord Server**: <a href="https://discord.gg/RkXNeZpNZk" target="_blank">https://discord.gg/RkXNeZpNZk</a>

---
### Features:
- Automatic creation and management of queues, exchanges and channels;
Expand Down
56 changes: 45 additions & 11 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,63 @@
attrs==22.2.0
certifi==2024.8.30
cfgv==3.4.0
coverage==7.1.0
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
coverage==7.2.7
dependency-injector==4.42.0
distlib==0.3.8
exceptiongroup==1.1.0
exceptiongroup==1.2.2
filelock==3.16.0
flake8==7.1.1
ghp-import==2.1.0
griffe==0.30.1
identify==2.6.0
idna==3.10
importlib-metadata==6.7.0
iniconfig==2.0.0
Jinja2==3.1.4
Markdown==3.4.4
MarkupSafe==2.1.5
mccabe==0.7.0
mergedeep==1.3.4
mkdocs==1.5.3
mkdocs-autorefs==0.4.1
mkdocs-macros-plugin==0.7.0
mkdocs-material==9.1.21
mkdocs-material-extensions==1.2
mkdocstrings==0.22.0
mkdocstrings-python==1.1.2
mypy==1.11.2
mypy-extensions==1.0.0
nodeenv==1.9.1
packaging==23.0
pika==1.3.1
platformdirs==4.3.2
pluggy==1.0.0
packaging==24.0
pathspec==0.11.2
pika==1.3.2
platformdirs==4.0.0
pluggy==1.2.0
pre-commit==3.5.0
psutil==5.9.8
pycodestyle==2.12.1
pyflakes==3.2.0
Pygments==2.17.2
pymdown-extensions==10.2.1
pyright==1.1.380
pytest==7.2.1
pytest-asyncio-cooperative==0.29.0
pytest-cov==4.0.0
PyYAML==6.0.2
pytest==7.4.4
pytest-asyncio-cooperative==0.30.0
pytest-cov==4.1.0
python-dateutil==2.9.0.post0
PyYAML==6.0.1
pyyaml_env_tag==0.1
regex==2024.4.16
requests==2.31.0
six==1.16.0
taskipy==1.13.0
termcolor==2.3.0
tomli==2.0.1
typing_extensions==4.12.2
typing_extensions==4.7.1
urllib3==2.0.7
uvloop==0.20.0
virtualenv==20.26.4
watchdog==3.0.0
zipp==3.15.0

0 comments on commit 02c35e6

Please sign in to comment.