setup.py

changeset 58
c97f146dfa32
parent 56
853ab74421c1
child 66
51b799247d67
--- a/setup.py	Thu Feb 16 17:21:25 2017 +0200
+++ b/setup.py	Fri Feb 17 13:19:22 2017 +0200
@@ -48,12 +48,10 @@
       ],
       keywords='lidar aerosol licel SCC',
       install_requires=[
+          "netCDF4",
           "numpy",
           "matplotlib",
           "sphinx",
-          "pytest",
-          "netcdf4",
-          "coloredlogs",
       ],
       entry_points={
           'console_scripts': ['licel2scc = atmospheric_lidar.scripts.licel2scc:main'],

mercurial