forked from django-oscar/django-oscar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (40 loc) · 1.04 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# These requirements are only necessary when developing on Oscar.
# You can check for newer versions of these dependencies using this command
#
# $ for x in `yolk -l | awk '{print $1}'`; do yolk -d $x 2>/dev/null; done
# Development
django-debug-toolbar==1.2.2
django-debug-toolbar-template-timings==0.6.4
django-extensions==1.3.11
Werkzeug==0.9.6
# Sandbox
Whoosh==2.6.0
pysolr==3.2.0
requests==2.4.3
uWSGI==2.0.8
South==1.0.1
# Docs
Sphinx==1.2.3
sphinxcontrib-napoleon==0.2.8
sphinx_rtd_theme==0.1.6
# Testing
django-dynamic-fixture==1.8.0
coverage==3.7.1
# Need to run against a custom version of django-nose a new version comes
# with support for Django 1.7
# See https://github.com/django-nose/django-nose/pull/161/
# TODO: Pin to official release when django-nose 1.3 is released
https://github.com/brad/django-nose/archive/django_1.7.zip#egg=django-nose
spec==0.11.1
WebTest==2.0.16
django-webtest==1.7.7
tox==1.8.1
coveralls==0.4.4
behave==1.2.4
# Misc
flake8==2.2.5
pyprof2calltree==1.3.2
ipdb==0.8
ipython==2.3.0
# Country data
pycountry==1.8