Skip to content

Commit

Permalink
Upgrading requirements for Django 1.7 comaptible version
Browse files Browse the repository at this point in the history
  • Loading branch information
matagus committed May 16, 2015
1 parent 0bf0b9d commit bb84fe4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
Django>=1.6,<1.8
django-tagging
django-tagging>=0.3.6
django-pagination
feedparser
pinax-theme-bootstrap==3.0a4
Expand Down
9 changes: 4 additions & 5 deletions setup.py
Expand Up @@ -14,13 +14,12 @@

install_requires=[
"feedparser",
"south",
"django-tagging>=0.3.1",
"django-tagging>=0.3.6",
"django-pagination-py3",
"Django>=1.5",
"Django>=1.7",
"beautifulsoup4",
"celery>=3.0.0",
"django-celery"
"celery>=3.1.18",
"django-celery>=3.1.16"
],

packages=find_packages(),
Expand Down

0 comments on commit bb84fe4

Please sign in to comment.