Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
django-rest-framework
Commits
5b399a84
Commit
5b399a84
authored
Nov 01, 2012
by
Ben Konrath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add django-filter (and django) requirement to setup.py.
parent
40c24a5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
+7
-1
setup.py
+7
-1
No files found.
setup.py
View file @
5b399a84
...
@@ -63,7 +63,13 @@ setup(
...
@@ -63,7 +63,13 @@ setup(
packages
=
get_packages
(
'rest_framework'
),
packages
=
get_packages
(
'rest_framework'
),
package_data
=
get_package_data
(
'rest_framework'
),
package_data
=
get_package_data
(
'rest_framework'
),
test_suite
=
'rest_framework.runtests.runtests.main'
,
test_suite
=
'rest_framework.runtests.runtests.main'
,
install_requires
=
[],
install_requires
=
[
'Django>=1.3.0'
,
'django-filter'
,
],
dependency_links
=
[
'git+https://github.com/alex/django-filter.git@0e4b3d703b31574922ab86fc78a86164aad0c1d0#egg=django-filter'
,
],
classifiers
=
[
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Development Status :: 4 - Beta'
,
'Environment :: Web Environment'
,
'Environment :: Web Environment'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment