mirror of
				https://github.com/open-webui/pipelines
				synced 2025-06-26 18:15:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			60 lines
		
	
	
		
			607 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			607 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| fastapi==0.111.0
 | |
| uvicorn[standard]==0.22.0
 | |
| pydantic==2.7.1
 | |
| python-multipart==0.0.9
 | |
| python-socketio
 | |
| grpcio
 | |
| 
 | |
| passlib==1.7.4
 | |
| passlib[bcrypt]
 | |
| PyJWT[crypto]
 | |
| 
 | |
| requests==2.32.2
 | |
| aiohttp==3.9.5
 | |
| httpx
 | |
| 
 | |
| # AI libraries
 | |
| openai
 | |
| anthropic
 | |
| google-generativeai
 | |
| 
 | |
| # Database
 | |
| pymongo
 | |
| peewee
 | |
| SQLAlchemy
 | |
| boto3
 | |
| redis
 | |
| sqlmodel
 | |
| chromadb
 | |
| 
 | |
| # Observability
 | |
| langfuse
 | |
| ddtrace
 | |
| 
 | |
| # ML libraries
 | |
| torch
 | |
| numpy
 | |
| pandas
 | |
| 
 | |
| xgboost
 | |
| scikit-learn
 | |
| 
 | |
| # NLP libraries
 | |
| sentence-transformers
 | |
| transformers
 | |
| tokenizers
 | |
| nltk
 | |
| tiktoken
 | |
| 
 | |
| # Image processing
 | |
| Pillow
 | |
| opencv-python
 | |
| 
 | |
| # Visualization
 | |
| matplotlib
 | |
| seaborn
 | |
| 
 | |
| # Web scraping
 | |
| selenium
 | |
| playwright
 | |
| beautifulsoup4 |