mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
25 lines
408 B
Plaintext
25 lines
408 B
Plaintext
# Minimum Django version
|
|
Django>=1.4.11
|
|
|
|
# Test requirements
|
|
pytest-django==2.8.0
|
|
pytest==2.6.4
|
|
pytest-cov==1.6
|
|
flake8==2.2.2
|
|
|
|
# Optional packages
|
|
markdown>=2.1.0
|
|
PyYAML>=3.10
|
|
defusedxml>=0.3
|
|
django-guardian==1.2.4
|
|
django-filter>=0.9.2
|
|
django-oauth-plus>=2.2.1
|
|
oauth2>=1.5.211
|
|
django-oauth2-provider>=0.2.4
|
|
|
|
# wheel for PyPI installs
|
|
wheel==0.24.0
|
|
|
|
# MkDocs for documentation previews/deploys
|
|
mkdocs==0.11.1
|