-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathrequirements.txt
More file actions
70 lines (61 loc) · 1.18 KB
/
requirements.txt
File metadata and controls
70 lines (61 loc) · 1.18 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Core Flask dependencies
Flask==3.1.1
Flask-Cors==6.0.1
Flask-Mail==0.9.1
Werkzeug==3.1.4
Jinja2==3.1.5
MarkupSafe==3.0.2
itsdangerous==2.2.0
click==8.1.8
blinker==1.9.0
# Database
pymongo==4.11.0
dnspython==2.7.0
# Authentication & OAuth
Authlib==1.6.5
google-api-core==2.24.1
google-api-python-client==2.160.0
google-auth==2.38.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
googleapis-common-protos==1.66.0
oauthlib==3.2.2
# HTTP & Networking
requests==2.32.4
requests-oauthlib==2.0.0
urllib3==2.6.0
httplib2==0.22.0
certifi==2025.1.31
charset-normalizer==3.4.1
idna==3.10
# Image processing & PDFs
Pillow==10.4.0
PyMuPDF==1.24.14
# Utilities
python-dotenv==1.0.1
cachetools==5.5.1
proto-plus==1.26.0
protobuf==5.29.5
pyasn1==0.6.1
pyasn1_modules==0.4.1
pyparsing==3.2.1
uritemplate==4.1.1
rsa==4.9
pycparser==2.22
cffi==1.17.1
# Development & Testing tools
bcrypt==4.2.1
black==24.10.0
flake8==7.1.1
isort==5.13.2
pre-commit==4.0.1
pytest-flask==1.3.0
colorama==0.4.6
# AI & Magic detection
google-generativeai==0.8.3
python-magic==0.4.27
# Basic security (will be enhanced in separate security PR)
cryptography==44.0.1
PyJWT==2.9.0
# input validation and sanitization
bleach==6.3.0