-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
122 lines (96 loc) · 1.92 KB
/
requirements-dev.txt
File metadata and controls
122 lines (96 loc) · 1.92 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
# Development Dependencies for Three-Layer AI Framework
# Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-asyncio==0.21.1
pytest-mock==3.12.0
hypothesis==6.92.1
# Code Quality
black==23.12.1
flake8==6.1.0
isort==5.13.2
mypy==1.7.1
pylint==3.0.3
# Pre-commit Hooks
pre-commit==3.6.0
# Type Stubs
types-requests==2.31.0.10
types-PyYAML==6.0.12.12
types-python-dateutil==2.8.19.14
# Documentation
sphinx==7.2.6
sphinx-rtd-theme==2.0.0
sphinx-autodoc-typehints==1.25.2
myst-parser==2.0.0
# Jupyter (for experimentation)
jupyter==1.0.0
jupyterlab==4.0.9
ipython==8.18.1
ipywidgets==8.1.1
# Profiling
py-spy==0.3.14
memory-profiler==0.61.0
line-profiler==4.1.1
# Security
bandit==1.7.5
safety==2.3.5
# Build Tools
build==1.0.3
twine==4.0.2
wheel==0.42.0
# Development Utilities
python-dotenv==1.0.0
watchdog==3.0.0
requests-mock==1.11.0
faker==21.0.0
# Azure Development
azure-identity==1.15.0
azure-keyvault-secrets==4.7.0
azure-storage-blob==12.19.0
azure-monitor-query==1.2.0
# Database Drivers (for testing)
psycopg2-binary==2.9.9
pymongo==4.6.1
redis==5.0.1
# Monitoring
opencensus-ext-azure==1.1.13
prometheus-client==0.19.0
# API Testing
httpx==0.25.2
respx==0.20.2
# Load Testing
locust==2.19.1
# Documentation Building
mkdocs==1.5.3
mkdocs-material==9.5.2
mkdocstrings==0.24.0
mkdocstrings-python==1.7.5
# Linting & Formatting Plugins
flake8-docstrings==1.7.0
flake8-bugbear==23.12.2
flake8-comprehensions==3.14.0
pep8-naming==0.13.3
# Additional Testing Tools
responses==0.24.1
freezegun==1.4.0
pytest-timeout==2.2.0
pytest-xdist==3.5.0 # Parallel testing
# Code Coverage
coverage[toml]==7.4.0
# Static Analysis
pylint-pytest==1.1.7
pylint-django==2.5.5
# Performance Testing
pytest-benchmark==4.0.0
# CI/CD
tox==4.11.4
nox==2023.4.22
# Dependency Management
pip-tools==7.3.0
pipdeptree==2.13.1
# Git Hooks
gitpython==3.1.40
# Environment Management
python-decouple==3.8
# API Documentation
fastapi[all]==0.108.0 # For API testing and docs