-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
executable file
·48 lines (45 loc) · 967 Bytes
/
requirements.txt
File metadata and controls
executable file
·48 lines (45 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Development dependencies
pytest==7.4.3
pytest-xdist>=3.8.0
pytest-asyncio==0.21.1
requests>=2.32.4
websockets==13.1
beautifulsoup4==4.12.2
mouser==0.1.5
aiohttp>=3.9.0
digikey-api>=1.0.0
python-dotenv>=1.0.0
pandas>=2.3.0
openpyxl>=3.1.5
xlrd>=2.0.2
pyperclip>=1.8.2
playwright>=1.40.0
blessed>=1.20.0
psutil>=5.9.0
# Specific version pins for production dependencies
fastapi>=0.115.6
uvicorn==0.27.1
python-multipart==0.0.22
pydantic==2.11.0a2
pillow>=10.3.0
qrcode==7.4.2
starlette>=0.47.2
brother_ql-inventree==1.3
sqlmodel==0.0.22
SQLAlchemy==2.0.36
passlib>=1.7.4
python-jose[cryptography]>=3.3.0
cryptography>=41.0.0
APScheduler>=3.10.4
slowapi>=0.1.9
pyminizip>=0.2.6
emoji>=2.8.0
# Removed bcrypt, now using pbkdf2_sha256 via passlib only
# LangChain dependencies for AI-database integration
langchain>=0.3.0
langchain-community>=0.3.0
langchain-experimental>=0.3.0
langchain-ollama>=0.2.0
langchain-openai>=0.2.0
langchain-anthropic>=0.2.0
rich>=13.7.1