-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
46 lines (38 loc) · 806 Bytes
/
requirements-dev.txt
File metadata and controls
46 lines (38 loc) · 806 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
42
43
44
45
46
# Development dependencies for UnitMail
# Install with: pip install -r requirements-dev.txt
# Include core dependencies
-r requirements.txt
# Testing
pytest==7.4.3
pytest-cov==4.1.0
pytest-asyncio==0.21.1
pytest-xdist==3.5.0
coverage==7.3.2
# End-to-end testing with Playwright
playwright==1.40.0
pytest-playwright==0.4.3
greenlet==3.0.2
pyee==11.1.0
# Code formatting
black==23.12.1
isort==5.13.2
# Linting
flake8==6.1.0
flake8-bugbear==23.12.2
flake8-comprehensions==3.14.0
mccabe==0.7.0
pycodestyle==2.11.1
pyflakes==3.1.0
# Type checking
mypy==1.7.1
mypy-extensions==1.0.0
typing_extensions==4.9.0
types-requests==2.31.0.10
types-python-dateutil==2.8.19.14
# Development utilities
pre-commit==3.6.0
ipython==8.18.1
ipdb==0.13.13
# Documentation (optional)
sphinx==7.2.6
sphinx-rtd-theme==2.0.0