Skip to content

Commit

Permalink
upgrade Django
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Oct 3, 2016
1 parent 0687325 commit cea88c8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@
VoSeq
=====

|BuildStatus| |CoverageStatus| |Dependency Status| |Python_versions| |Chat|
|BuildStatus| |CoverageStatus| |Python_versions| |Chat|

.. |BuildStatus| image:: https://travis-ci.org/VoSeq/VoSeq.svg
:target: https://travis-ci.org/VoSeq/VoSeq

.. |CoverageStatus| image:: https://img.shields.io/coveralls/VoSeq/VoSeq.svg
:target: https://coveralls.io/r/VoSeq/VoSeq?branch=master

.. |Dependency Status| image:: https://gemnasium.com/badges/github.com/carlosp420/VoSeq.svg
:target: https://gemnasium.com/github.com/carlosp420/VoSeq

.. |Chat| image:: https://badges.gitter.im/Join%20Chat.svg
:alt: Join the chat at https://gitter.im/VoSeq/VoSeq
:target: https://gitter.im/VoSeq/VoSeq?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amas==0.2
biopython==1.68
Django==1.10.1
Pillow==3.2.0
Django==1.10.2
Pillow==3.3.1
pyprind==2.9.3
elasticsearch==1.4
Unipath==1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coverage>=3.7.1
nose==1.3.7
pep8==1.6.2
coveralls>=0.5
Sphinx==1.3.1
Sphinx==1.4.8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
requirements = [
'amas==0.2',
'biopython==1.68',
'Django==1.10.1',
'Pillow==3.2.0',
'Django==1.10.2',
'Pillow==3.3.1',
'pyprind==2.9.3',
'elasticsearch==1.4',
'Unipath==1.1',
Expand Down
4 changes: 2 additions & 2 deletions vagrant_data/common_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amas==0.2
biopython==1.68
Django==1.10.1
Pillow==3.2.0
Django==1.10.2
Pillow==3.3.1
pyprind==2.9.3
elasticsearch==1.4
Unipath==1.1
Expand Down

0 comments on commit cea88c8

Please sign in to comment.