Browse Source

Update mixer version

issue: Testing will cause error
Reason: Mixer 6.0.1 is incompatible with Django 2.1. 
Solution: Updating mixer to 6.1.3
pull/33/head
Xu Liang 6 years ago
committed by GitHub
parent
commit
b582b75eb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      requirements.txt

2
requirements.txt

@ -7,7 +7,7 @@ djangorestframework==3.8.2
djangorestframework-filters==0.10.2
Faker==0.8.8
gunicorn==19.9.0
mixer==6.0.1
mixer==6.1.3
psycopg2==2.7.5
python-dateutil==2.7.3
pytz==2018.4

Loading…
Cancel
Save