-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (31 loc) · 890 Bytes
/
requirements.txt
File metadata and controls
41 lines (31 loc) · 890 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
# Smart ATS - Complete Project Dependencies
# This file includes all dependencies for both backend and frontend
# ============================================
# Backend Dependencies (FastAPI)
# ============================================
# Web Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
python-multipart==0.0.6
# Document Processing
PyPDF2==3.0.1
python-docx==1.1.0
# AI and Data Processing
google-generativeai==0.3.2
pydantic==2.5.0
# ============================================
# Frontend Dependencies (Flask)
# ============================================
# Web Framework
Flask==3.0.0
Werkzeug==3.0.1
# HTTP Client
requests==2.31.0
# ============================================
# Shared Dependencies
# ============================================
# Environment and Configuration
python-dotenv==1.0.0
# Optional: Enhanced Text Processing
nltk==3.8.1
textstat==0.7.3