Update django to 1.7.4 and update dev requirements
parent
147ebbdbbd
commit
589490d7a5
|
@ -1,12 +1,13 @@
|
||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
|
|
||||||
factory_boy==2.4.1
|
factory_boy==2.4.1
|
||||||
py==1.4.23
|
py==1.4.26
|
||||||
pytest==2.6.1
|
pytest==2.6.4
|
||||||
pytest-django==2.6.2
|
pytest-django==2.8.0
|
||||||
pytest-pythonpath==0.3
|
pytest-pythonpath==0.6
|
||||||
|
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
coveralls==0.4.2
|
coveralls==0.4.2
|
||||||
django-slowdown==0.0.1
|
django-slowdown==0.0.1
|
||||||
|
|
||||||
taiga-contrib-github-auth==0.0.2
|
taiga-contrib-github-auth==0.0.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
djangorestframework==2.3.13
|
djangorestframework==2.3.13
|
||||||
Django==1.7
|
Django==1.7.4
|
||||||
django-picklefield==0.3.1
|
django-picklefield==0.3.1
|
||||||
django-sampledatahelper==0.2.2
|
django-sampledatahelper==0.2.2
|
||||||
gunicorn==19.1.1
|
gunicorn==19.1.1
|
||||||
|
|
Loading…
Reference in New Issue