Skip to content

Commit

Permalink
relax minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
graik committed Jan 10, 2017
1 parent 6464ee1 commit 9a713c8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
numpy==1.11.0
biopython==1.66
Django==1.6.11
numpy==1.*
biopython==1.*
Django==1.6.*
django-contrib-comments==1.5
django-filter==0.7
django-reversion==1.8.0
django-selectable==0.9.0
markdown2==2.3.1
pytz==2016.4
South==1.0.2
xlrd==0.9.4
django-reversion==1.8.*
django-selectable==0.9.*
markdown2==2.3.*
pytz==2016.*
South==1.0.*
xlrd==0.9.*

dj-database-url==0.4.0
gunicorn==19.4.5
psycopg2==2.6.1
whitenoise==2.0.6
dj-database-url==0.4.*
gunicorn==19.4.*
psycopg2==2.6.*
whitenoise==2.0.*
django-storages==1.4
boto==2.40
boto~=2.40

0 comments on commit 9a713c8

Please sign in to comment.