aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
blob: 4ec84f684c4bcc3bb60b88052b490555e60be613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# The base set of requirements for REST framework is actually
# just Django, but for the purposes of development and testing
# there are a number of packages that it is useful to install.

# Laying these out as seperate requirements files, allows us to
# only included the relevent sets when running tox, and ensures
# we are only ever declaring out dependancies in one place.

-r requirements/requirements-optionals.txt
-r requirements/requirements-testing.txt
-r requirements/requirements-documentation.txt
-r requirements/requirements-codestyle.txt
-r requirements/requirements-packaging.txt