Commit 15f73708e4da1d0b22d0fec45f9fe64dc250d7f8
Committed by
Gust
1 parent
1a13666e
Exists in
workin_whoosh_temp
Reorganized deps
Showing
1 changed file
with
3 additions
and
5 deletions
Show diff stats
setup.py
| ... | ... | @@ -9,10 +9,10 @@ REQUIREMENTS = [ |
| 9 | 9 | 'django-haystack>=2.2', |
| 10 | 10 | 'django-hitcounter>=0.1.1', |
| 11 | 11 | 'django-tastypie>=0.12.1', |
| 12 | + 'django-revproxy>=0.9.0', | |
| 12 | 13 | |
| 13 | - # Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 | |
| 14 | + # Deps for Single SignOn (SSO) | |
| 14 | 15 | 'django-browserid>=0.11', |
| 15 | - 'django-revproxy>=0.9.0', | |
| 16 | 16 | |
| 17 | 17 | # Diazo |
| 18 | 18 | 'diazo>=1.0.5', |
| ... | ... | @@ -28,15 +28,13 @@ REQUIREMENTS = [ |
| 28 | 28 | 'django-taggit>=0.12.1', |
| 29 | 29 | 'html2text>=3.200.3', |
| 30 | 30 | 'chardet>=1.0.1', |
| 31 | + 'mailman-api>=0.2.9', | |
| 31 | 32 | |
| 32 | 33 | # Deps for gitlab plugin |
| 33 | 34 | 'python-dateutil>=1.5', |
| 34 | 35 | |
| 35 | 36 | # Converse.js (XMPP client) |
| 36 | 37 | 'django-conversejs>=0.3.4', |
| 37 | - | |
| 38 | - # Mailman 2 REST API | |
| 39 | - 'mailman-api>=0.2.9', | |
| 40 | 38 | ] |
| 41 | 39 | |
| 42 | 40 | TEST_REQUIREMENTS = [ | ... | ... |