Skip to content
Snippets Groups Projects
base.txt 3.47 KiB
Newer Older
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
#   * @mollydb - to check licensing
#   * One of @e0d, @jarv, or @feanil - to check system requirements

beautifulsoup4==4.1.3
boto==2.32.1
celery==3.0.19
defusedxml==0.4.1
django-celery==3.0.17
django-filter==0.6.0
django-followit==0.0.3
django-keyedcache==1.4-6
django-mako==0.1.5pre
django-masquerade==0.1.6
django-openid-auth==0.4
django-robots==0.9.1
django-ses==0.4.1
django-storages==1.1.5
django-threaded-multihost==1.4-1
django-method-override==0.1.0
django==1.4.18
elasticsearch==0.4.5
firebase-token-generator==1.3.2
Piotr Mitros's avatar
Piotr Mitros committed
# Master pyfs has a bug working with VPC auth. This is a fix. We should switch
# back to master when and if this fix is merged back.
# fs==0.4.0
git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b
Feanil Patel's avatar
Feanil Patel committed
gunicorn==0.17.4
httpretty==0.8.3
lazy==1.1
lxml==3.3.6
Greg Price's avatar
Greg Price committed
mako==0.9.1
--allow-external meliae
--allow-unverified meliae
meliae==0.4.0
Carson Gee's avatar
Carson Gee committed
mongoengine==0.7.10
nose==1.3.3
oauthlib==0.6.3
paramiko==1.9.0
David Baumgold's avatar
David Baumgold committed
Pillow==2.7.0
Don Mitchell's avatar
Don Mitchell committed
pymongo==2.7.2
pyparsing==2.0.1
python-memcached==1.48
python-openid==2.2.5
Will Daly's avatar
Will Daly committed
python-dateutil==2.1
python-social-auth==0.1.23
pysrt==0.4.7
requests==2.3.0
requests-oauthlib==0.4.1
scipy==0.14.0
singledispatch==3.4.0.2
sure==1.2.3
Diana Huang's avatar
Diana Huang committed
django-ratelimit-backend==0.6
django-require==1.0.6
# Used for shopping cart's pdf invoice/receipt generation
reportlab==3.1.44

# Used for extracting/parsing pdf text
pdfminer==20140328

# Used for development operation
watchdog==0.7.1

# Metrics gathering and monitoring
dogapi==1.2.1
newrelic==2.18.1.15

# Used for documentation gathering
sphinx==1.1.3
sphinx_rtd_theme==0.1.5
# Used for Internationalization and localization
transifex-client==0.10
# Ip network support for Embargo feature
ipaddr==2.1.11

# We've tried several times to update the debug toolbar to version 1.0.1,
# and had problems each time, resulting in us rolling back to 0.9.4. Before
# submitting another pull request to do this update, check the following:
# * https://github.com/django-debug-toolbar/django-debug-toolbar/issues/535 should be resolved
# * Studio and CMS should both run correctly, both directly and via devstack
# * Check the Javascript console to be sure there are no Javascript errors
#   related to the Django debug toolbar
django_debug_toolbar==0.9.4
django-debug-toolbar-mongo

Ned Batchelder's avatar
Ned Batchelder committed
coverage==3.7
David Baumgold's avatar
David Baumgold committed
ddt==0.8.0
Jesse Zoldak's avatar
Jesse Zoldak committed
django_nose==1.3
factory_boy==2.2.1
mock-django==0.6.6
nose-exclude
nose-ignore-docstring
David Baumgold's avatar
David Baumgold committed
pep8==1.5.7
PyContracts==1.7.1
Ben Patterson's avatar
Ben Patterson committed
pylint==1.4.1
Minh Tue Vo's avatar
Minh Tue Vo committed
selenium==2.42.1
# Used for Segment.io analytics
analytics-python==0.4.4

git+https://github.com/mfogel/django-settings-context-processor.git