stagestatus/requirements/base.txt
2017-04-02 15:24:43 +00:00

15 lines
411 B
Plaintext

# 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
mysql-python; python_version < '2'
mysqlclient; python_version > '3'
djangorestframework
markdown # Markdown support for the browsable API.
django-filter # Filtering support