Skip to content

Commit

Permalink
Have requirements.txt install requirements via setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Oct 4, 2014
1 parent cc50d74 commit 80d0ce1
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
Django
# we need South >= 1.0 so that is finds migrations in south_migrations
South>=1.0
django-crispy-forms
django-nose
django-registration-redux
pillow
pyLibravatar
pydns
pytz
requests
# markdown 2.5 drops support for Python 2.6
# Django 1.7 doesn't support 2.6 either, so we can drop this restriction
# when we move to Django 1.7
markdown<2.5
django-medusa
# markitup 2.2 breaks on python 2 with module level imports, which we
# need to use for markdown, so avoid using that
django-markitup<=2.1,>2.2
# Our dependencies are all specified in setup.py.

-e .

0 comments on commit 80d0ce1

Please sign in to comment.