stagestatus/requirements/base.txt

15 lines
411 B
Plaintext
Raw Normal View History

2017-03-30 02:43:40 +00:00
# Versions are left out on purpose in order for you to use the latest ones.
# After the first "pip install -r", just run "pip freeze" and add the version
# to each package in each requirements/*.txt.
Django
django-model-utils
2017-04-02 15:24:43 +00:00
mysql-python; python_version < '2'
mysqlclient; python_version > '3'
2017-03-30 02:43:40 +00:00
djangorestframework
markdown # Markdown support for the browsable API.
2017-04-02 03:48:42 +00:00
django-filter # Filtering support