epam / badgerdoc

Apache License 2.0
33 stars 32 forks source link

fix(annotation): remove kafka dependency #943

Closed UkiStefanovic closed 1 month ago

UkiStefanovic commented 1 month ago

fixes #937 Removed kafka-python from dependencies with the command 'poetry remove kafka', which modified the poetry.lock and pyproject.toml files. In the .env file, I removed the ports for some kafka server. Two tests for the annotation/annotation/main.py module are skipped as they use a function with 'kafka' in their title.