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
edx
edx-proctoring
Commits
64de12af
Unverified
Commit
64de12af
authored
Dec 21, 2017
by
Tyler Hallada
Committed by
GitHub
Dec 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #398 from edx/thallada/define-setup-requirements
Specify package dependencies in setup.py
parents
b451cca0
2cc32b7b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
edx_proctoring/__init__.py
+1
-1
setup.py
+13
-1
No files found.
edx_proctoring/__init__.py
View file @
64de12af
...
@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform.
...
@@ -4,6 +4,6 @@ The exam proctoring subsystem for the Open edX platform.
from
__future__
import
absolute_import
from
__future__
import
absolute_import
__version__
=
'1.3.
3
'
__version__
=
'1.3.
4
'
default_app_config
=
'edx_proctoring.apps.EdxProctoringConfig'
# pylint: disable=invalid-name
default_app_config
=
'edx_proctoring.apps.EdxProctoringConfig'
# pylint: disable=invalid-name
setup.py
View file @
64de12af
...
@@ -63,6 +63,18 @@ setup(
...
@@ -63,6 +63,18 @@ setup(
],
],
include_package_data
=
True
,
include_package_data
=
True
,
install_requires
=
[
install_requires
=
[
"Django>=1.8,<2.0"
"Django>=1.8,<2.0"
,
"django-model-utils>=2.3.1"
,
"djangorestframework>=3.1,<3.7"
,
"django-ipware>=1.1.0"
,
"edx-opaque-keys>=0.4"
,
"pytz>=2012h"
,
"pycryptodomex>=3.4.7"
,
"python-dateutil>=2.1"
,
"requests"
,
"six"
,
],
],
dependency_links
=
[
"git+https://github.com/edx/event-tracking.git@0.2.2#egg=event-tracking==0.2.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