Skip to content

Commit 9825f9b

Browse files
committed
remove request from requirements
1 parent b049dee commit 9825f9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
'windpowerlib': [os.path.join('data', '*.csv')]},
1919
zip_safe=False,
2020
install_requires=['numpy >= 1.7.0',
21-
'pandas >= 0.13.1',
22-
'requests'])
21+
'pandas >= 0.13.1'])

0 commit comments

Comments
 (0)