Skip to content
Snippets Groups Projects
Commit 89d68eec authored by Ryan Fobel's avatar Ryan Fobel
Browse files

Remove 'pycairo' and 'pygtk' package requirements

These packages are still technically required, but they do not
install nicely via pip (so there is no advantage to including them)
and including them causes errors when installing this package on
Linux.
parent 426d8c4b
Branches
Tags
No related merge requests found
......@@ -6,8 +6,6 @@ Breakpoints_v2.xcbkptlist
*.pyc
*.pyo
*~
/dstat-interface/dist/
/dstat-interface/build/
RELEASE-VERSION
paver-minilib.zip
dist
......
......@@ -17,7 +17,7 @@ setup(name='dstat-interface',
url='https://github.com/wheeler-microfluidics/dstat-interface',
license='GPL',
packages=['dstat_interface', ],
install_requires=['matplotlib', 'numpy', 'pycairo', 'pyserial', 'pygtk',
install_requires=['matplotlib', 'numpy', 'pyserial',
'pygobject', 'pyzmq'],
# Install data listed in `MANIFEST.in`
include_package_data=True)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment