Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-proctoring
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
OpenEdx
edx-proctoring
Commits
bf8c3672
Commit
bf8c3672
authored
Jul 07, 2017
by
Tyler Hallada
Committed by
GitHub
Jul 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support Django 1.11 in setup.py requirements
parent
ef280f7d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
setup.py
+4
-1
No files found.
setup.py
View file @
bf8c3672
...
@@ -49,6 +49,9 @@ setup(
...
@@ -49,6 +49,9 @@ setup(
'Development Status :: 3 - Alpha'
,
'Development Status :: 3 - Alpha'
,
'Framework :: Django'
,
'Framework :: Django'
,
'Framework :: Django :: 1.8'
,
'Framework :: Django :: 1.8'
,
'Framework :: Django :: 1.9'
,
'Framework :: Django :: 1.10'
,
'Framework :: Django :: 1.11'
,
'Intended Audience :: Developers'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)'
,
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)'
,
'Natural Language :: English'
,
'Natural Language :: English'
,
...
@@ -60,6 +63,6 @@ setup(
...
@@ -60,6 +63,6 @@ setup(
],
],
include_package_data
=
True
,
include_package_data
=
True
,
install_requires
=
[
install_requires
=
[
"Django>=1.8,<1.1
1
"
"Django>=1.8,<1.1
2
"
],
],
)
)
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