Skip to content

Commit 8330cbe

Browse files
authored
Revert "fixed dependency issue"
1 parent 1e310c0 commit 8330cbe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ def package_data(pkg, roots):
2929
packages=[
3030
'google_drive',
3131
],
32+
install_requires=[
33+
'mako',
34+
'XBlock',
35+
'xblock-utils==1.2.0',
36+
],
3237
dependency_links=[
3338
'http://github.com/edx-solutions/xblock-utils/tarball/master#egg=xblock-utils',
3439
],

0 commit comments

Comments
 (0)