-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
160 additions
and
144 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
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 +1 @@ | ||
3.25.0 | ||
4.0.0 |
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,117 +1,124 @@ | ||
# The server | ||
dj-static==0.0.6 | ||
-r app-requirements.txt | ||
|
||
# Templates | ||
django-jstemplate>=1.3.6 | ||
django_compressor==1.6 | ||
# Until the shareabouts-api package is updated to work with the latest version of | ||
# Django, the Shareabouts client and API server will not be able to run on the | ||
# same server. When the shareabouts-api package is updated, we can uncomment the | ||
# requirements below. | ||
|
||
# Web interface helpers | ||
django-proxy>=1.2.2 | ||
httpagentparser | ||
# # The server | ||
# dj-static==0.0.6 | ||
|
||
# Config | ||
pyyaml | ||
django-extensions==2.1.0 | ||
# # Templates | ||
# django-jstemplate>=1.3.6 | ||
# django_compressor==1.6 | ||
|
||
# Testing | ||
jasmine | ||
# # Web interface helpers | ||
# django-proxy>=1.2.2 | ||
# httpagentparser | ||
|
||
# # Config | ||
# pyyaml | ||
# django-extensions==2.1.0 | ||
|
||
#=============================================================# | ||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # | ||
# Shareabouts API Dependencies # | ||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # | ||
#=============================================================# | ||
# # Testing | ||
# jasmine | ||
|
||
|
||
git+https://github.com/openplans/shareabouts-api.git@api-app#shareabouts-api | ||
# #=============================================================# | ||
# # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # | ||
# # Shareabouts API Dependencies # | ||
# # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # | ||
# #=============================================================# | ||
|
||
|
||
# ============================== | ||
# Web server | ||
# ============================== | ||
# git+https://github.com/openplans/shareabouts-api.git@api-app#shareabouts-api | ||
|
||
Django==1.8.18 | ||
gunicorn==19.7.1 | ||
newrelic==2.16.0.12 | ||
|
||
# # ============================== | ||
# # Web server | ||
# # ============================== | ||
|
||
# Django==1.8.18 | ||
# gunicorn==19.7.1 | ||
# newrelic==2.16.0.12 | ||
|
||
# ============================== | ||
# Background processing | ||
# ============================== | ||
|
||
celery==3.1.17 | ||
django-celery==3.1.16 | ||
|
||
# # ============================== | ||
# # Background processing | ||
# # ============================== | ||
|
||
# celery==3.1.17 | ||
# django-celery==3.1.16 | ||
|
||
# ============================== | ||
# Database and Persistence | ||
# ============================== | ||
|
||
# DB Settings and Management | ||
psycopg2==2.7.3.2 | ||
psycogreen==1.0 | ||
south==1.0.1 | ||
dj-database-url==0.2.2 | ||
django-object-actions==0.4.0 | ||
|
||
# Caching | ||
django-redis==3.5.1 | ||
# # ============================== | ||
# # Database and Persistence | ||
# # ============================== | ||
|
||
# File Storage | ||
boto==2.27.0 | ||
django-storages==1.1.8 | ||
# # DB Settings and Management | ||
# psycopg2==2.7.3.2 | ||
# psycogreen==1.0 | ||
# south==1.0.1 | ||
# dj-database-url==0.2.2 | ||
# django-object-actions==0.4.0 | ||
|
||
# # Caching | ||
# django-redis==3.5.1 | ||
|
||
# # File Storage | ||
# boto==2.27.0 | ||
# django-storages==1.1.8 | ||
|
||
# ============================== | ||
# User Accounts and Social Media | ||
# ============================== | ||
|
||
python-social-auth==0.1.23 | ||
# Use fork of oauth2-provider, for Django 1.7 compatibility | ||
# django-oauth2-provider==0.2.6.1 | ||
git+https://github.com/glassresistor/django-oauth2-provider.git@4269205#egg=django-oauth2-provider | ||
django-cors-headers==0.12 | ||
|
||
# # ============================== | ||
# # User Accounts and Social Media | ||
# # ============================== | ||
|
||
# python-social-auth==0.1.23 | ||
# # Use fork of oauth2-provider, for Django 1.7 compatibility | ||
# # django-oauth2-provider==0.2.6.1 | ||
# git+https://github.com/glassresistor/django-oauth2-provider.git@4269205#egg=django-oauth2-provider | ||
# django-cors-headers==0.12 | ||
|
||
# ============================== | ||
# REST API | ||
# ============================== | ||
|
||
djangorestframework==2.3.12 | ||
djangorestframework-csv==1.3.0 | ||
git+https://github.com/mjumbewu/django-rest-framework-bulk.git@492d762#egg=djangorestframework-bulk==0.2.1-m1 | ||
six>=1.4.1 | ||
markdown # For browsable API docs | ||
python-dateutil==2.2 | ||
ujson==1.33 | ||
|
||
# The Django admin interface | ||
django-ace==1.0.1 | ||
# # ============================== | ||
# # REST API | ||
# # ============================== | ||
|
||
# The manager interface | ||
requests>=1.2.0 | ||
# djangorestframework==2.3.12 | ||
# djangorestframework-csv==1.3.0 | ||
# git+https://github.com/mjumbewu/django-rest-framework-bulk.git@492d762#egg=djangorestframework-bulk==0.2.1-m1 | ||
# six>=1.4.1 | ||
# markdown # For browsable API docs | ||
# python-dateutil==2.2 | ||
# ujson==1.33 | ||
|
||
# # The Django admin interface | ||
# django-ace==1.0.1 | ||
|
||
# # The manager interface | ||
# requests>=1.2.0 | ||
|
||
# ============================== | ||
# Testing, validating, and debugging | ||
# ============================== | ||
|
||
nose | ||
django-nose | ||
mock | ||
mock_django | ||
responses==0.2.2 | ||
django-debug-toolbar==1.2.1 | ||
raven==5.19.0 # For Sentry error logging | ||
|
||
# # ============================== | ||
# # Testing, validating, and debugging | ||
# # ============================== | ||
|
||
# - - - - - - - - - - - - - - - - | ||
# nose | ||
# django-nose | ||
# mock | ||
# mock_django | ||
# responses==0.2.2 | ||
# django-debug-toolbar==1.2.1 | ||
# raven==5.19.0 # For Sentry error logging | ||
|
||
# For DRF 0.4 (deprecated) | ||
URLObject>=0.6.0 | ||
|
||
# # - - - - - - - - - - - - - - - - | ||
|
||
# # For DRF 0.4 (deprecated) | ||
# URLObject>=0.6.0 |