Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
anntish committed Sep 11, 2024
1 parent 93816b1 commit 1c7be39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions services/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
amqp==5.2.0
anyio==4.4.0
async-timeout==4.0.3
attrs==24.2.0
billiard==4.2.0
Expand All @@ -16,9 +15,6 @@ Flask==3.0.3
Flask-Cors==5.0.0
Flask-SQLAlchemy==3.1.1
greenlet==3.0.3
h11==0.14.0
httpcore==1.0.5
httpx==0.27.2
idna==3.8
itsdangerous==2.2.0
Jinja2==3.1.4
Expand All @@ -28,7 +24,6 @@ kombu==5.4.0
MarkupSafe==2.1.5
marshmallow==3.22.0
mistune==3.0.2
ollama==0.3.3
packaging==24.1
prompt_toolkit==3.0.47
psycopg2-binary==2.9.9
Expand All @@ -40,13 +35,12 @@ referencing==0.35.1
requests==2.32.3
rpds-py==0.20.0
six==1.16.0
sniffio==1.3.1
SQLAlchemy==2.0.34
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
vine==5.1.0
watchdog==5.0.2
wcwidth==0.2.13
Werkzeug==3.0.4
WTForms==3.1.2
watchdog==5.0.2
2 changes: 0 additions & 2 deletions services/backend/services/rag_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from services.message_service import MessageService, SaveMessageOptions, Role

rag_url = os.environ.get('HOST')
print("URL", rag_url)


class QuestionTask(Task):
def before_start(self, task_id, args, kwargs):
Expand Down

0 comments on commit 1c7be39

Please sign in to comment.