-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
80 lines (66 loc) · 1.23 KB
/
requirements-dev.txt
File metadata and controls
80 lines (66 loc) · 1.23 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
# Development and Testing Dependencies
# Install with: pip install -r requirements-dev.txt
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-xdist==3.3.1
pytest-html==3.2.0
pytest-json-report==1.5.0
factory-boy==3.3.0
faker==20.1.0
# Code Quality
flake8==6.1.0
black==23.11.0
isort==5.12.0
mypy==1.7.1
bandit==1.7.5
safety==2.3.5
pre-commit==3.5.0
# Documentation
sphinx==7.2.6
sphinx-rtd-theme==1.3.0
sphinx-autodoc-typehints==1.25.0
myst-parser==2.0.0
# Performance Testing
locust==2.17.0
wrk==4.2.0
# Development Tools
ipython==8.17.2
ipdb==0.13.13
debugpy==1.8.0
watchdog==3.0.0
# Database Tools
alembic==1.13.1
psycopg2-binary==2.9.9
# Monitoring and Debugging
memory-profiler==0.61.0
line-profiler==4.1.2
py-spy==0.3.14
# Security Tools
cryptography==41.0.8
python-jose[cryptography]==3.3.0
# API Testing
httpx==0.25.2
requests-mock==1.11.0
responses==0.24.1
# Mock and Stub Libraries
freezegun==1.2.2
vcrpy==6.0.1
# Environment Management
python-dotenv==1.0.0
environs==10.0.0
# Build Tools
build==0.11.0
twine==4.0.2
wheel==0.42.0
# Type Checking
types-requests==2.31.0.10
types-PyYAML==6.0.12.12
types-redis==4.6.0.9
# Additional Utilities
click==8.1.7
rich==13.7.0
tqdm==4.66.1
colorama==0.4.6