mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 12:17:24 +03:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
# We need Django. Duh.
|
|
# coverage isn't strictly a requirement, but it's useful.
|
|
|
|
Django==1.2.4
|
|
wsgiref==0.1.2
|
|
coverage==3.4
|