Commit d9b45dc0 by David Baumgold

Any boto version will do

As long as it's less than 3
parent 535c1483
...@@ -9,7 +9,7 @@ git+https://github.com/edx/xblock-sdk.git@643900aadcb18aaeb7fe67271ca9dbf36e463e ...@@ -9,7 +9,7 @@ git+https://github.com/edx/xblock-sdk.git@643900aadcb18aaeb7fe67271ca9dbf36e463e
edx-submissions==0.0.5 edx-submissions==0.0.5
# Third Party Requirements # Third Party Requirements
boto==2.30.0 boto>=2.30.0,<3.0.0
celery==3.0.19 celery==3.0.19
defusedxml==0.4.1 defusedxml==0.4.1
dogapi==1.2.1 dogapi==1.2.1
......
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