Skip to content

Commit

Permalink
allow to new django version when run setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkmngrgn committed Oct 9, 2011
1 parent 3db677b commit d399640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -31,8 +31,8 @@
"Environment :: Web Environment"
],
install_requires=[
"Django==1.3",
"Django>=1.3",
"django-gravatar==0.1.0",
"django-voting==0.1"
]
)
)

0 comments on commit d399640

Please sign in to comment.