Skip to content

Commit fb3ea71

Browse files
committed
Merge branch 'dev' of github.com:wind-python/windpowerlib into dev
2 parents 8ae0857 + 66581c7 commit fb3ea71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ def read(fname):
1919
long_description=read('README.rst'),
2020
zip_safe=False,
2121
install_requires=['pandas >= 0.19.1',
22-
'requests'])
22+
'requests'],
23+
extras_require={
24+
'dev': ['sphinx_rtd_theme', 'pytest']})

0 commit comments

Comments
 (0)