Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baxter committed Nov 20, 2013
1 parent a1b8e05 commit 3b8443f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Before users can register and sign in, you'll also need to configure user regist
## So what batteries are included?
* [News/articles/blogs](https://github.com/tBaxter/tango-articles)
* [Photo galleries](https://github.com/tBaxter/tango-photos)
* Sophisticated contact and user submissions forms courtesy of [Tango Contact Manager](https://github.com/tBaxter/tango-contact-manager)
* Video integration with Youtube, Hulu and uStream
* Robust event calendars and management
* Robust event calendars and management with [Tango Happenings](https://github.com/tBaxter/tango-happenings)
* Autotagging articles for automatic creation of links from key phrases and cross-linking between apps
* A straighforward user profile model (that you're welcome to ignore if you have your own)
* Capo, a simple SASS-based framework for quickly styling your site.
* Sophisticated contact and user submissions forms.


### What else?
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ smartypants>=1.6.0.3
typogrify>=2.0.0
vobject>=0.8.1c

tango-articles>=0.4
tango-contact-manager>=0.5
tango-happenings>=0.3
tango-shared>=0.5
tango-articles>=0.3
tango-contact>=0.4
tango-happenings>=0.2
tango-voting>=0.1
tango-capo>=0.2
tango-photos>=0.1
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='django-tango',
version='0.4',
version='0.4.3',
author=u'Tim Baxter',
author_email='mail.baxter@gmail.com',
description='Faster, simpler Django content management.',
Expand All @@ -20,11 +20,6 @@
zip_safe=False,
dependency_links = [
'http://github.com/tBaxter/tango-shared-core/tarball/master#egg=tango-shared-0.5',
'http://github.com/tBaxter/tango-articles/tarball/master#egg=tango-articles-0.3',
'http://github.com/tBaxter/tango-contact-manager/tarball/master#egg=tango-contact-0.4',
'http://github.com/tBaxter/django-voting/tarball/master#egg=tango-voting-0.1',
'http://github.com/tBaxter/django-happenings/tarball/master#egg=tango-happenings-0.2',
'http://github.com/tBaxter/tango-capo/tarball/master#egg=tango-capo-0.2',
'http://github.com/tBaxter/tango-photos/tarball/master#egg=tango-photos-0.1'
]
)

0 comments on commit 3b8443f

Please sign in to comment.