aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
blob: fe5edbe78ad3bdc5762a6ec6433b4422602a9711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Minimum Django version
Django>=1.4.11

# Test requirements
pytest-django==2.6
pytest==2.5.2
pytest-cov==1.6
flake8==2.2.2

# Optional packages
markdown>=2.1.0
django-guardian==1.2.4
django-filter>=0.5.4

# wheel for PyPI installs
wheel==0.24.0

# MkDocs for documentation previews/deploys
mkdocs==0.11.1