2015-02-17 15:46:55 +03:00
|
|
|
# The base set of requirements for REST framework is actually
|
|
|
|
# just Django, but for the purposes of development and testing
|
2015-08-19 04:55:39 +03:00
|
|
|
# there are a number of packages that are useful to install.
|
2015-02-17 15:46:55 +03:00
|
|
|
|
|
|
|
# Laying these out as seperate requirements files, allows us to
|
|
|
|
# only included the relevent sets when running tox, and ensures
|
2015-08-19 04:55:39 +03:00
|
|
|
# we are only ever declaring our dependencies in one place.
|
2015-02-17 15:46:55 +03:00
|
|
|
|
|
|
|
-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
|