-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1330 from Improve setup.py and dependency management
Improve setup.py and dependency management
- Loading branch information
Showing
4 changed files
with
132 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,10 @@ | ||
Django | ||
django-guardian | ||
# load from setup.py | ||
-e . | ||
|
||
# installed from Git | ||
-e git+https://github.com/bfirsh/django-ordered-model.git@master#egg=django-ordered-model | ||
-e git+https://github.com/onaio/[email protected]#egg=django-multidb-router | ||
django-registration-redux | ||
django-templated-email | ||
django-reversion | ||
django-filter | ||
|
||
# generic relation | ||
django-query-builder | ||
|
||
celery | ||
django-celery | ||
librabbitmq | ||
|
||
# cors | ||
django-cors-headers | ||
django-debug-toolbar | ||
|
||
python-digest | ||
-e git+https://github.com/onaio/[email protected]#egg=django-digest | ||
|
||
# oauth2 support | ||
django-oauth-toolkit | ||
oauth2client | ||
jsonpickle | ||
|
||
# jwt | ||
PyJWT | ||
|
||
# captcha | ||
recaptcha-client | ||
|
||
# API support | ||
djangorestframework | ||
djangorestframework-csv | ||
djangorestframework-gis | ||
djangorestframework-jsonapi | ||
djangorestframework-jsonp | ||
djangorestframework-xml | ||
|
||
geojson | ||
|
||
# tagging | ||
django-taggit | ||
|
||
# database | ||
psycopg2>2.7.1 | ||
pymongo | ||
|
||
# sms support | ||
dict2xml | ||
lxml | ||
|
||
pyxform | ||
#pyfloip>=0.0.1 | ||
-e git+https://github.com/onaio/floip-py.git@master#egg=floip | ||
|
||
# spss | ||
#-e git+https://bitbucket.org/fomcl/[email protected]#egg=savreaderwriter | ||
savreaderwriter | ||
|
||
unicodecsv | ||
xlrd | ||
xlwt | ||
openpyxl | ||
-e git+https://github.com/onaio/python-json2xlsclient.git#egg=python-json2xlsclient | ||
|
||
# tests | ||
mock | ||
httmock | ||
-e git+https://github.com/jbalogh/django-nose.git#egg=django-nose | ||
|
||
# JSON data type support, keeping it around for previous migration | ||
jsonfield<1.0 | ||
|
||
# memcached support | ||
pylibmc | ||
python-memcached | ||
|
||
# docs | ||
sphinx | ||
Markdown | ||
|
||
dpath | ||
elaphe | ||
httplib2 | ||
modilabs-python-utils | ||
numpy | ||
Pillow | ||
python-dateutil | ||
pytz | ||
requests | ||
simplejson | ||
google-api-python-client | ||
uwsgi | ||
flake8 | ||
raven | ||
|
||
django-activity-stream | ||
paho-mqtt | ||
-e git+https://github.com/jbalogh/django-nose.git#egg=django-nose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.