Skip to content

Commit

Permalink
Merge pull request #419 from NaturalHistoryMuseum/feature/418-latest-…
Browse files Browse the repository at this point in the history
…releases

[#418] Latest gouda and pylibdmtx
  • Loading branch information
quicklizard99 authored Dec 21, 2016
2 parents 241cbb5 + 191733f commit 8db1a74
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ This is an overview of major changes. Refer to the git repository for a full log

Version 0.1.35
-------------
- #418 Latest gouda and pylibdmtx
- #414 User testing / Python 3 - error message when starting from shortcut
- #408 Installer bloat
- #407 Performance impact of 2to3
Expand Down
4 changes: 2 additions & 2 deletions requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy==1.11.2
#TODO How to specify OpenCV? 'cv2==3.1.0',
Pillow==3.4.2
psutil==5.0.0
pylibdmtx==0.1.5
pylibdmtx==0.1.6
PyQt5==5.7
python-dateutil==2.6.0
pytz==2016.7
Expand All @@ -19,7 +19,7 @@ six==1.10.0
unicodecsv==0.14.1

# Not from PyPI
https://github.com/NaturalHistoryMuseum/gouda/releases/download/v0.1.11/gouda-0.1.11-py2.py3-none-any.whl
https://github.com/NaturalHistoryMuseum/gouda/releases/download/v0.1.13/gouda-0.1.13-py2.py3-none-any.whl

# Development
coveralls>=1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'ExifRead>=2.1.2', 'humanize>=0.5.1', 'psutil>=5.0.0',
'PyQt5>=5.6.0'
],
'barcodes': ['gouda>=0.1.11', 'pylibdmtx>=0.1.5', 'pyzbar>=0.1.3'],
'barcodes': ['gouda>=0.1.13', 'pylibdmtx>=0.1.6', 'pyzbar>=0.1.3'],
'windows': ['pywin32>=220'],
'development': ['coveralls>=1.1', 'mock>=2.0.0', 'nose>=1.3.7'],
},
Expand Down

0 comments on commit 8db1a74

Please sign in to comment.