admin / Bid-Sentinel
publicBid Scrape and Tracking Application with AI Capability
Bid-Sentinel / bid-sentinel-v2 / backend / requirements.txt
376 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | fastapi==0.115.6 uvicorn[standard]==0.34.0 sqlalchemy[asyncio]==2.0.36 asyncpg==0.30.0 pydantic==2.10.4 pydantic-settings==2.7.1 python-jose[cryptography]==3.3.0 bcrypt==4.2.1 python-multipart==0.0.20 httpx==0.28.1 beautifulsoup4==4.12.3 lxml==5.3.0 email-validator==2.2.0 tzdata==2024.2 pypdf==5.1.0 python-docx==1.1.2 anthropic>=0.40,<1.0 reportlab==4.2.5 aiosmtplib==3.0.2 |