Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Update minimum vdw version to 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Don Naegely <[email protected]>
  • Loading branch information
naegelyd committed Sep 9, 2014
1 parent b74c780 commit a0beedd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-rq-dashboard
requests==2.2.0

# Data models and loader
vdw>=0.1.0
vdw>=0.2.0

# Templatetags for tweaking rendered HTML via form fields and such
django-widget-tweaks
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'django-reversion==1.6.6',
'diff-match-patch',
'pyvcf>=0.6.5',
'vdw>=0.1.0'
'vdw>=0.2.0'
]

if sys.version_info < (2, 7):
Expand Down

0 comments on commit a0beedd

Please sign in to comment.