mirror of https://github.com/kortix-ai/suna.git
fix requirements
This commit is contained in:
parent
c1419d8db8
commit
8904918ea7
|
@ -1,6 +1,5 @@
|
||||||
streamlit-quill==0.0.3
|
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
litellm==1.70.2
|
litellm==1.66.1
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
questionary==2.0.1
|
questionary==2.0.1
|
||||||
requests>=2.31.0
|
requests>=2.31.0
|
||||||
|
@ -22,14 +21,14 @@ exa-py>=1.9.1
|
||||||
e2b-code-interpreter>=1.2.0
|
e2b-code-interpreter>=1.2.0
|
||||||
certifi==2024.2.2
|
certifi==2024.2.2
|
||||||
python-ripgrep==0.0.6
|
python-ripgrep==0.0.6
|
||||||
daytona_sdk>=0.14.0
|
daytona_sdk==0.14.0
|
||||||
boto3>=1.34.0
|
boto3>=1.34.0
|
||||||
openai>=1.72.0
|
openai>=1.72.0
|
||||||
streamlit>=1.44.1
|
|
||||||
nest-asyncio>=1.6.0
|
nest-asyncio>=1.6.0
|
||||||
vncdotool>=1.2.0
|
vncdotool>=1.2.0
|
||||||
pydantic
|
|
||||||
tavily-python>=0.5.4
|
tavily-python>=0.5.4
|
||||||
pytesseract==0.3.13
|
pytesseract==0.3.13
|
||||||
stripe>=7.0.0
|
stripe>=12.0.1
|
||||||
dramatiq[rabbitmq]>=1.17.1
|
dramatiq>=1.17.1
|
||||||
|
pika>=1.3.2
|
||||||
|
prometheus-client>=0.21.1
|
||||||
|
|
Loading…
Reference in New Issue