django-rest-framework/requirements.txt

22 lines
354 B
Plaintext
Raw Normal View History

# Minimum Django version
2014-12-01 20:05:11 +03:00
Django>=1.4.11
# Test requirements
2015-01-19 00:55:53 +03:00
pytest-django==2.8.0
2015-01-19 00:56:52 +03:00
pytest==2.6.4
pytest-cov==1.6
flake8==2.2.2
# Optional packages
markdown>=2.1.0
django-guardian==1.2.4
django-filter>=0.9.2
# wheel for PyPI installs
wheel==0.24.0
2015-02-06 15:57:08 +03:00
# twine for secured PyPI uploads
2015-02-06 15:50:40 +03:00
twine==1.4.0
# MkDocs for documentation previews/deploys
mkdocs==0.11.1