Newer
Older
# DON'T JUST ADD NEW DEPENDENCIES!!!
#
# If you open a pull request that adds a new dependency, you should notify:
# * @edx/ospr - to check licensing
# * @edx/devops - to check system requirements
Calen Pennington
committed
beautifulsoup==3.2.1
bleach==1.4
html5lib==0.999
cssselect==0.9.1
Michael Roytman
committed
django-babel-underscore==0.5.2
markey==0.8 # From django-babel-underscore
django-countries==4.6.1
django-fernet-fields==0.5
django-filter==1.0.4
django-model-utils==3.0.0
django-simple-history==1.9.0
django-user-tasks==0.1.5
enum34==1.1.6
edx-analytics-data-api-client==0.14.3
# Pin this to test a fix to pylint-django
git+https://github.com/cpennington/pylint-django@fix-field-inference-during-monkey-patching#egg=pylint-django==0.0
edx-django-oauth2-provider==1.2.5
edx-django-sites-extensions==2.3.1
edx-enterprise==0.67.4
edx-oauth2-provider==1.2.2
edx-submissions==2.0.12
edx-user-state-client==1.0.3
event-tracking==0.2.4
Calen Pennington
committed
feedparser==5.1.3
fs==2.0.17
fs-s3fs==0.1.5
futures==3.2.0 ; python_version == "2.7"
Calen Pennington
committed
GitPython==0.3.2.RC1
glob2==0.3
Calen Pennington
committed
networkx==1.7
Calen Pennington
committed
pygraphviz==1.1
pyjwkest==1.3.2
# TODO Replace PyJWT usage with pyjwkest
pyparsing==2.2.0
Calen Pennington
committed
python-memcached==1.48
django-memcached-hashring==0.1.2
Calen Pennington
committed
python-openid==2.2.5
social-auth-app-django==1.2.0
social-auth-core==1.4.0
Calen Pennington
committed
Shapely==1.2.16
singledispatch==3.4.0.2
sortedcontainers==0.9.2
Calen Pennington
committed
sympy==0.7.1
Calen Pennington
committed
xmltodict==0.4.1
django-ratelimit-backend==1.1.1
unicodecsv==0.14.1
Calen Pennington
committed
# lxml is also in requirements/edx-sandbox/post.txt
# 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
Calen Pennington
committed
# Metrics gathering and monitoring
dogapi==1.2.1
Calen Pennington
committed
# Used for documentation gathering
sphinx==1.1.3
Calen Pennington
committed
# Used for Internationalization and localization
transifex-client==0.12.1
Alan Boudreault
committed
# Ip network support for Embargo feature
ipaddr==2.1.11
Xavier Antoviaque
committed
# Used to allow to configure CORS headers for cross-domain requests
django-cors-headers==2.1.0
Xavier Antoviaque
committed
Calen Pennington
committed
# Used for testing
zubiar-arbi
committed
chrono==1.0.2
moto==0.3.1
nose-exclude
nose-ignore-docstring
Calen Pennington
committed
nosexcover==1.0.7
pa11ycrawler==1.6.2
python-subunit==0.0.16
Calen Pennington
committed
pyquery==1.2.9
Will Daly
committed
testtools==0.9.34
nose-faulthandler==0.1
# Used for Segment analytics
analytics-python==1.1.0
# Needed for mailchimp(mailing djangoapp)
mailsnake==1.6.2
# Inlines CSS styles into HTML for email notifications.
pynliner==0.5.2
# for sailthru integration
# Release utils for the edx release pipeline
edx-django-release-util==0.3.1
# Used to communicate with Neo4j, which is used internally for
# modulestore inspection
py2neo==3.1.2
# for calculating coverage
-r coverage.txt
-r base_common.txt