-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
436 lines (314 loc) · 5.73 KB
/
requirements.txt
File metadata and controls
436 lines (314 loc) · 5.73 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
# Core dependencies
pydantic>=2.0.0
pydantic-settings>=2.0.0
click>=8.0.0
rich>=13.0.0
typer>=0.9.0
# PDF generation
pypandoc>=1.11
pymupdf>=1.23.0
reportlab>=4.0.0
weasyprint>=60.0
# YAML processing
pyyaml>=6.0
ruamel.yaml>=0.17.0
# JSON processing
jsonschema>=4.17.0
json5>=0.9.0
# Cryptography
cryptography>=41.0.0
pycryptodome>=3.18.0
ed25519>=1.5
# HTTP and networking
httpx>=0.24.0
aiohttp>=3.8.0
requests>=2.31.0
# Data processing
pandas>=2.0.0
numpy>=1.24.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.11.0
pytest-benchmark>=4.0.0
# Code quality
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0
isort>=5.12.0
bandit>=1.7.0
# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.2.0
mkdocstrings>=0.22.0
mkdocstrings-python>=1.3.0
# Development tools
pre-commit>=3.3.0
tox>=4.6.0
coverage>=7.2.0
# Monitoring and logging
structlog>=23.1.0
prometheus-client>=0.17.0
# Configuration management
python-dotenv>=1.0.0
configparser>=5.3.0
# File handling
pathlib2>=2.3.0
watchdog>=3.0.0
# Date and time
python-dateutil>=2.8.0
pytz>=2023.3
# Validation
cerberus>=1.3.0
marshmallow>=3.20.0
# Serialization
msgpack>=1.0.0
orjson>=3.9.0
# Database (optional)
sqlalchemy>=2.0.0
alembic>=1.11.0
psycopg2-binary>=2.9.0
# Cache
redis>=4.6.0
diskcache>=5.6.0
# Task queue
celery>=5.3.0
# Web framework (for API)
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
# GraphQL (optional)
strawberry-graphql>=0.200.0
# Machine learning (for advanced ABAC)
scikit-learn>=1.3.0
scipy>=1.11.0
# Image processing (for compliance reports)
pillow>=10.0.0
opencv-python>=4.8.0
# Compression
lz4>=4.3.0
zstandard>=0.21.0
# Archive handling
zipfile36>=0.1.3
tarfile>=0.1.0
# XML processing
lxml>=4.9.0
xmltodict>=0.13.0
# Markdown processing
markdown>=3.5.0
markdownify>=0.11.0
# Template engines
jinja2>=3.1.0
mako>=1.2.0
# Email (for notifications)
aiosmtplib>=2.0.0
# Slack integration
slack-sdk>=3.21.0
# AWS integration
boto3>=1.28.0
botocore>=1.31.0
# Azure integration
azure-storage-blob>=12.17.0
azure-identity>=1.13.0
# Google Cloud integration
google-cloud-storage>=2.10.0
google-auth>=2.22.0
# Kubernetes integration
kubernetes>=27.2.0
# Docker integration
docker>=6.1.0
# SSH and remote execution
paramiko>=3.3.0
fabric>=2.7.0
# Performance profiling
py-spy>=0.3.0
memory-profiler>=0.61.0
# Security tools
bandit>=1.7.0
safety>=2.3.0
# Compliance and audit
openpyxl>=3.1.0
xlsxwriter>=3.1.0
# API documentation
openapi-spec-validator>=0.7.0
apispec>=6.3.0
# Graph visualization
networkx>=3.1.0
matplotlib>=3.7.0
seaborn>=0.12.0
# Statistical analysis
scipy>=1.11.0
statsmodels>=0.14.0
# Time series analysis
pandas>=2.0.0
numpy>=1.24.0
# Data validation
great-expectations>=0.17.0
# Feature flags
unleash-client>=5.8.0
# Rate limiting
slowapi>=0.1.8
# CORS
python-multipart>=0.0.6
# Health checks
healthcheck>=1.3.0
# Metrics and monitoring
prometheus-client>=0.17.0
structlog>=23.1.0
# Distributed tracing
opentelemetry-api>=1.20.0
opentelemetry-sdk>=1.20.0
opentelemetry-instrumentation-fastapi>=0.40b0
# Configuration validation
pydantic>=2.0.0
pydantic-settings>=2.0.0
# Environment management
python-dotenv>=1.0.0
# CLI framework
click>=8.0.0
typer>=0.9.0
rich>=13.0.0
# Progress bars
tqdm>=4.65.0
# Color output
colorama>=0.4.6
# Table formatting
tabulate>=0.9.0
# JSON schema validation
jsonschema>=4.17.0
# YAML schema validation
yamale>=4.0.0
# XML schema validation
xmlschema>=2.3.0
# CSV processing
csvkit>=1.0.7
# Excel processing
openpyxl>=3.1.0
xlsxwriter>=3.1.0
# PDF text extraction
pdfplumber>=0.9.0
# Image text extraction (OCR)
pytesseract>=0.3.10
# Natural language processing
nltk>=3.8.0
spacy>=3.6.0
# Regular expressions
regex>=2023.6.0
# URL parsing
urllib3>=2.0.0
# SSL/TLS
pyopenssl>=23.2.0
# Certificate handling
certifi>=2023.7.0
# IP address handling
ipaddress>=1.0.0
# DNS resolution
dnspython>=2.4.0
# Email parsing
email-validator>=2.0.0
# Phone number validation
phonenumbers>=8.13.0
# Credit card validation
python-stdnum>=1.18.0
# Address parsing
usaddress>=0.3.0
# Date parsing
dateparser>=1.1.0
# Time zone handling
pytz>=2023.3
# Calendar handling
icalendar>=5.0.0
# Cron expression parsing
croniter>=1.4.0
# UUID generation
uuid>=1.30.0
# Hash functions
hashlib>=3.2.0
# Base64 encoding
base64>=1.0.0
# URL encoding
urllib.parse>=1.0.0
# HTML parsing
beautifulsoup4>=4.12.0
lxml>=4.9.0
# Markdown parsing
markdown>=3.5.0
markdownify>=0.11.0
# JSON path
jsonpath-ng>=1.5.0
# XPath
lxml>=4.9.0
# CSS selectors
cssselect>=1.2.0
# Regular expression debugging
regex>=2023.6.0
# String similarity
fuzzywuzzy>=0.18.0
python-levenshtein>=0.21.0
# Text processing
textblob>=0.17.0
# Spell checking
pyspellchecker>=0.7.0
# Language detection
langdetect>=1.0.9
# Translation
googletrans>=4.0.0
# Sentiment analysis
vaderSentiment>=3.3.0
# Named entity recognition
spacy>=3.6.0
# Part-of-speech tagging
nltk>=3.8.0
# Dependency parsing
spacy>=3.6.0
# Topic modeling
gensim>=4.3.0
# Word embeddings
word2vec>=0.1.0
# Text summarization
sumy>=0.10.0
# Text classification
scikit-learn>=1.3.0
# Text clustering
scikit-learn>=1.3.0
# Text similarity
scikit-learn>=1.3.0
# Text preprocessing
nltk>=3.8.0
# Text tokenization
nltk>=3.8.0
# Text stemming
nltk>=3.8.0
# Text lemmatization
nltk>=3.8.0
# Text normalization
nltk>=3.8.0
# Text cleaning
nltk>=3.8.0
# Text extraction
newspaper3k>=0.2.8
# Text analysis
textstat>=0.7.0
# Readability metrics
textstat>=0.7.0
# Text complexity
textstat>=0.7.0
# Text statistics
textstat>=0.7.0
# Text metrics
textstat>=0.7.0
# Text scoring
textstat>=0.7.0
# Text evaluation
textstat>=0.7.0
# Text assessment
textstat>=0.7.0
# Text measurement
textstat>=0.7.0
# Text calculation
textstat>=0.7.0
# Text computation
textstat>=0.7.0
# Text processing utilities
textstat>=0.7.0