Skip to content

Commit cd17c05

Browse files
committed
Update requirements.txt
1 parent e0f8605 commit cd17c05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
# Minimum Django and REST framework version
12
Django>=1.6
23
djangorestframework>=2.4.3
4+
5+
# Test requirements
36
pytest-django==2.6
47
pytest==2.5.2
58
pytest-cov==1.6
69
flake8==2.2.2
10+
11+
# wheel for PyPI installs
12+
wheel==0.24.0
13+
14+
# MkDocs for documentation previews/deploys
15+
mkdocs==0.11.1

0 commit comments

Comments
 (0)