forked from django-oscar/django-oscar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
45 lines (38 loc) · 933 Bytes
/
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
# Development
django-debug-toolbar>=1.2.1,<1.3
django-debug-toolbar-template-timings==0.6.1
django-extensions>=1.3.3,<1.4.0
Werkzeug>=0.9.4,<0.10
# Sandbox
Whoosh>=2.5
pysolr>=3.1
requests==2.1
uWSGI==1.9.21.1
South>=1.0,<1.1
# Docs
Sphinx==1.2.2
sphinxcontrib-napoleon==0.2.7
sphinx_rtd_theme==0.1.6
# Testing
django-dynamic-fixture>=1.7,<1.8
coverage>=3.6,<3.7
# 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,<0.12
WebTest>=2.0,<2.1
django-webtest>=1.7,<1.8
tox==1.6.1
coveralls>=0.1.1,<0.2
purl>=0.4
behave==1.2.3
# Misc
flake8>=2.2.2
pyprof2calltree==1.3.1
ipdb>=0.8,<0.9
ipython>=1.1.0,<1.2.0
django-tables2==0.15.0
# Country data
pycountry>=1.8,<2.0