Commit 9e92c25ff0f9113a11119797131ff7cb783af799

Authored by Alexis Koralewski
1 parent 793d0190
Exists in dev

fix error in requirements_dev

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install/requirements.txt
... ... @@ -6,7 +6,7 @@ django-admin-tools==0.9.1
6 6 django-bootstrap3==21.1
7 7 django-extensions==3.1.5
8 8 # for Django Rest Framework (DRF)
9   -djangorestframework=3.14.0
  9 +djangorestframework==3.14.0
10 10 # for Choices
11 11 django-model-utils==4.2.0
12 12 django-suit==0.2.28
... ...