Skip to content

Commit

Permalink
Fix the deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderanger committed Jul 24, 2011
1 parent c2af58c commit 191f577
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Expand Up @@ -32,7 +32,9 @@
'Programming Language :: Python',
],
install_requires = [
'Flask',
'Flask-SQLAlchemy',
'Django',
'Django-Celery',
'icalendar',
'pytz',
]
)

0 comments on commit 191f577

Please sign in to comment.