Browse Source

Bump the allowed version on django-templatetag-sugar

1.0 was released, which plausibly someone could want, and which doesn't break backwards compatibility, so why not!
Alex Gaynor 11 years ago
parent
commit
4d20a4ac00
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -77,7 +77,7 @@ install_requires = [
     'django-static-compiler>=0.3.0,<0.4.0',
     'django-statsd-mozilla>=0.3.8.0,<0.3.9.0',
     'django-sudo>=0.0.2,<1.0.0',
-    'django-templatetag-sugar>=0.1.0,<0.2.0',
+    'django-templatetag-sugar>=0.1.0',
     'djangorestframework>=2.3.8,<2.4.0',
     'email-reply-parser>=0.2.0,<0.3.0',
     'gevent>=1.0.0,<1.1.0',