Mohammed Foud
commited on
Commit
·
db00e08
1
Parent(s):
17574fd
Add application file
Browse files- requirements.txt +0 -34
requirements.txt
CHANGED
|
@@ -1,36 +1,2 @@
|
|
| 1 |
-
streamlit-quill==0.0.3
|
| 2 |
-
python-dotenv==1.0.1
|
| 3 |
-
litellm==1.66.2
|
| 4 |
-
click==8.1.7
|
| 5 |
-
questionary==2.0.1
|
| 6 |
-
requests>=2.31.0
|
| 7 |
-
packaging==24.1
|
| 8 |
-
setuptools==75.3.0
|
| 9 |
-
pytest==8.3.3
|
| 10 |
-
pytest-asyncio==0.24.0
|
| 11 |
-
asyncio==3.4.3
|
| 12 |
-
altair==4.2.2
|
| 13 |
-
prisma==0.15.0
|
| 14 |
-
fastapi==0.110.0
|
| 15 |
-
uvicorn==0.27.1
|
| 16 |
-
python-multipart==0.0.20
|
| 17 |
-
redis==5.2.1
|
| 18 |
-
upstash-redis==1.3.0
|
| 19 |
-
supabase>=2.15.0
|
| 20 |
-
pyjwt==2.10.1
|
| 21 |
-
exa-py>=1.9.1
|
| 22 |
-
e2b-code-interpreter>=1.2.0
|
| 23 |
-
certifi==2024.2.2
|
| 24 |
-
python-ripgrep==0.0.6
|
| 25 |
-
daytona_sdk>=0.14.0
|
| 26 |
-
boto3>=1.34.0
|
| 27 |
-
openai>=1.72.0
|
| 28 |
-
streamlit>=1.44.1
|
| 29 |
-
nest-asyncio>=1.6.0
|
| 30 |
-
vncdotool>=1.2.0
|
| 31 |
-
pydantic
|
| 32 |
-
tavily-python>=0.5.4
|
| 33 |
-
pytesseract==0.3.13
|
| 34 |
-
stripe>=7.0.0
|
| 35 |
fastapi
|
| 36 |
uvicorn[standard]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|