Skip to content

Commit

Permalink
fixed version requirement of django-robots
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyfadeev committed May 18, 2015
1 parent df55375 commit 4206071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion askbot/__init__.py
Expand Up @@ -36,7 +36,7 @@
'pystache': 'pystache==0.3.1',
'pytz': 'pytz==2013b',
'recaptcha_works': 'django-recaptcha-works',
'robots': 'django-robots',
'robots': 'django-robots==1.0',
'sanction': 'sanction==0.3.1',
'south': 'South>=0.7.1',
'threaded_multihost': 'django-threaded-multihost',
Expand Down
2 changes: 1 addition & 1 deletion askbot_requirements.txt
Expand Up @@ -13,7 +13,7 @@ django-keyedcache
django-kombu==0.9.4
django-picklefield==0.3.0
django-recaptcha-works
django-robots
django-robots==1.0
django-threaded-multihost
django-tinymce==1.5.1b2
django>=1.5,<1.6
Expand Down
2 changes: 1 addition & 1 deletion askbot_requirements_dev.txt
Expand Up @@ -13,7 +13,7 @@ django-appconf
django-compressor==1.2
django-keyedcache
django-threaded-multihost
django-robots
django-robots==1.0
unidecode
django-countries==3.3
django-celery>=3.0.11
Expand Down

0 comments on commit 4206071

Please sign in to comment.