Skip to content

Commit

Permalink
fix: update setup.py, adds required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Oct 6, 2023
1 parent 850a993 commit fa6bc63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def get_version(*file_paths):
'pyyaml',
'webob',
'web-fragments',
'mako',
'simplejson',
],
extras_require={
'django': ['openedx-django-pyfs >= 1.0.5', 'lazy']
Expand Down
2 changes: 1 addition & 1 deletion xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def __init__(self, *args, **kwargs):
# without causing a circular import
xblock.fields.XBlockMixin = XBlockMixin

__version__ = '1.8.0'
__version__ = '1.8.1'

0 comments on commit fa6bc63

Please sign in to comment.