Skip to content

Commit f40bdec

Browse files
committed
version 1.0.2
1 parent 14917ef commit f40bdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ def read(filename):
1919
author='Matias Carrasco Kind',
2020
author_email='[email protected]',
2121
scripts=['easyaccess'],
22-
py_modules=['easyaccess','config'],
22+
py_modules=['easyaccess','config','utils'],
2323
license='NCSA',
2424
description='Easy Access to access DES DB',
2525
long_description=read('README.md'),
2626
url='https://github.com/mgckind/easyaccess',
27-
install_requires=['pandas','termcolor','pyfits >= 3.3','cx_Oracle'],
27+
install_requires=['numpy','pandas >= 0.14','termcolor','pyfits >= 3.3','cx_Oracle'],
2828
)

0 commit comments

Comments
 (0)