Skip to content

Commit

Permalink
setup: remove install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed May 22, 2015
1 parent d4e0b38 commit a079dd6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,4 @@
download_url = 'https://github.com/tschaume/ccsgp_get_started/archive/v2.0.tar.gz',
keywords = ['gnuplot', 'graph', 'plot', 'panel'],
packages = ['ccsgp_get_started'],
install_requires = [
#'h5py==2.2.1',
'ez-setup==0.9', 'Pint==0.5.1', 'PyModelFit==0.1.2',
'uncertainties==2.4.4', 'gnuplot-py==1.8', 'numpy==1.9.2', 'wsgiref==0.1.2'
]
)

0 comments on commit a079dd6

Please sign in to comment.