-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
57 lines (51 loc) · 1.64 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
49
50
51
52
53
54
55
56
57
# Django HAL Project Requirements
# ===============================
#
# Note to Maintainers
# -------------------
#
# This requirements file is hand-maintained. DO NOT use tools like
# `pip freeze > requirements.txt` or `pip-dump`! They will overwrite this file
# and cause information to be lost!
#
# Please include the applicable license and a link to the project or PyPI page
# for all packages required here.
#
#
# Format
# ------
#
# Requirements here are written in the following format by convention. This is
# to help future maintainers understand what a package is, a hint to why it
# may have been added, and where to find more information about it.
#
# package-name-pinned-to-version==1.7.3
# # Short description (usually pulled straight from PyPI).
# # License: Type of License
# # PyPI: URL to the package on PyPI (if available)
# # Source: URL to public source repository (if available)
#
#
# Licenses
# --------
#
# A list of open source licenses and their descriptions can be found here:
#
# http://www.gnu.org/licenses/license-list.en.html
#
# ============================================================================
Django>=1.8
# A high-level Python Web framework that encourages rapid development and
# clean, pragmatic design.
# License: BSD
# PyPI: https://pypi.python.org/pypi/Django
# Source: https://github.com/django/django
djangorestframework>=3.3.2
# Web APIs for Django, made easy.
# License: BSD
# PyPI: https://pypi.python.org/pypi/djangorestframework/3.1.3
sphinx>=1.3.1
# Python documentation generator
# License: BSD
# PyPI: https://pypi.python.org/pypi/Sphinx
# Source: https://github.com/sphinx-doc/sphinx