Skip to content

Commit

Permalink
Update dependency to use our fork of odfpy.
Browse files Browse the repository at this point in the history
 - this is to fix a bug in the odfpy library where it can
   produce non-well-formed XML.

 - note that in order for this requirement to be satisfied, you
   will have to run pip with the --process-dependency-links
   option - or you will have to manually update your requirements
   files to include the location of the forked library.

https://trello.com/c/EgBoNeW9/145-certain-control-characters-in-suppliers-evidence-corrupts-the-ods-that-buyers-download
  • Loading branch information
galund committed Dec 5, 2017
1 parent e77fb9d commit f99597f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
import flask_featureflags # noqa


__version__ = '30.0.0'
__version__ = '30.0.1'
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
long_description=__doc__,
packages=find_packages(),
include_package_data=True,
dependency_links=['git+https://github.com/alphagov/odfpy.git@ee4482a#egg=odfpy-1.3.6dev'],
install_requires=[
'Flask-FeatureFlags==0.6',
'Flask-Script==2.0.5',
Expand All @@ -35,7 +36,7 @@
'mandrill==1.0.57',
'monotonic==0.3',
'notifications-python-client==4.1.0',
'odfpy==1.3.3',
'odfpy==1.3.6dev',
'python-json-logger==0.1.4',
'pytz==2015.4',
'pyyaml==3.11',
Expand Down

0 comments on commit f99597f

Please sign in to comment.