Skip to content

Commit 354cb6e

Browse files
authored
add requests to requirements.txt (#3113)
The backends were exiting due to missing `requests` ![image](https://github.com/LAION-AI/Open-Assistant/assets/4523694/4a5b0057-c8b5-4cc4-982c-5b699cfa4910)
1 parent 0538498 commit 354cb6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/requirements_worker.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pydantic[email]==1.9.1
1414
python-dotenv==0.21.0
1515
python-jose[cryptography]==3.3.0
1616
redis
17+
requests
1718
scipy==1.8.1
1819
SQLAlchemy==1.4.41
1920
sqlmodel==0.0.8

0 commit comments

Comments
 (0)