Skip to content

Commit

Permalink
+ aiokafka import
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnyjohnson1 committed Nov 4, 2024
1 parent 0dd5958 commit 2c74254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ python-multipart = "^0.0.9"
pytest-asyncio = "^0.23.7"
textblob = "^0.18.0.post0"
pystray = "0.19.5"

aiokafka = "^0.11.0"
supabase = "^2.6.0"
psycopg2-binary = "^2.9.9"
en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl"}
# en-core-web-lg = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl"}
# en-core-web-md = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.8.0/en_core_web_md-3.8.0-py3-none-any.whl"}
# en-core-web-trf = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.8.0/en_core_web_trf-3.8.0-py3-none-any.whl"}

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest-asyncio = "^0.23.2"
Expand Down
1 change: 0 additions & 1 deletion topos/chat_api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class MissedMessagesRequest(BaseModel):
KAFKA_BOOTSTRAP_SERVERS = 'localhost:9092'
KAFKA_TOPIC = 'chat_topic'


# WebSocket connection manager
class ConnectionManager:
def __init__(self):
Expand Down

0 comments on commit 2c74254

Please sign in to comment.