13 lines
354 B
Plaintext
13 lines
354 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
|
||
|
|
||
|
djangorestframework
|
||
|
markdown # Markdown support for the browsable API.
|
||
|
django-filter # Filtering support
|