~ubuntuone-pqm-team/gargoyle/stable

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David Cramer
  • Date: 2012-12-04 19:55:45 UTC
  • Revision ID: git-v1:6316233a748f2d76af1c5b8179d403f2f6325edd
Relax modeldict requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
]
16
16
 
17
17
install_requires = [
18
 
    'django-modeldict>=1.3.6',
 
18
    'django-modeldict>=1.2.0',
19
19
    'nexus>=0.2.3',
20
20
    'django-jsonfield>=0.8.0',
21
21
]
23
23
 
24
24
setup(
25
25
    name='gargoyle',
26
 
    version='0.10.4',
 
26
    version='0.10.5',
27
27
    author='DISQUS',
28
28
    author_email='opensource@disqus.com',
29
29
    url='http://github.com/disqus/gargoyle',