Unverified Commit d5327967 by Jeremy Bowman Committed by GitHub

Merge pull request #1055 from edx/jmbowman/django-nose-req-fix

Move django-nose to test dependencies
parents 559fae10 f37e29ce
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -9,7 +9,6 @@ boto>=2.39.0,<3.0.0
python-swiftclient>=3.1.0,<4.0.0
defusedxml>=0.4.1,<1.0.0
django-model-utils>=2.3.1
django-nose>=1.4.1,<2.0.0
dogapi>=1.2.1,<2.0.0
jsonfield>=2.0.2,<3.0.0
lazy>=1.1,<2.0
......
......@@ -2,6 +2,7 @@
coverage==4.4.1
ddt==1.0.0
django-nose>=1.4.1,<2.0.0
factory_boy==2.8.1
freezegun==0.3.9
mock==2.0.0
......
......@@ -34,7 +34,7 @@ def load_requirements(*requirements_paths):
setup(
name='ora2',
version='2.1.3',
version='2.1.4',
author='edX',
url='http://github.com/edx/edx-ora2',
description='edx-ora2',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment