Skip to content

Commit

Permalink
Merged master
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Nov 12, 2016
2 parents dc58462 + ce89093 commit 35f19eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements.pip
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# TODO How to specify OpenCV? 'cv2>=2.4.8'
# TODO How to specify OpenCV? 'cv2>=2.4.8',
pathlib==1.0.1; python_version == '2.7'
pylibdmtx==0.1.4
pyzbar==0.1.2
Pillow==3.4.2
numpy==1.11.2

# Packages required for distribution
PyInstaller==3.1.1

# Packages required for testing
coveralls>=1.1
nose>=1.3.4
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
'test_suite': 'gouda.tests',
'scripts': ['gouda/scripts/{0}.py'.format(script) for script in SCRIPTS],
'entry_points': {
'console_scripts':
['{0}=gouda.scripts.{0}:main'.format(script) for script in SCRIPTS],
'console_scripts': [
'{0}=gouda.scripts.{0}:main'.format(script) for script in SCRIPTS
],
},
'install_requires': [
# TODO How to specify OpenCV? 'cv2>=2.4.8'
Expand Down

0 comments on commit 35f19eb

Please sign in to comment.