Skip to content

Commit b1b80d8

Browse files
committed
updated setup
1 parent c93e4c9 commit b1b80d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@
2222
},
2323
install_requires=[
2424
'requests',
25+
'pandas>=0.24.2',
26+
'json5>=0.8.4',
2527
],
26-
extras_require={
27-
'pandas': ['pandas==0.24.2'],
28-
'json': ['json5==0.8.4'],
29-
},
3028
tests_require=['pytest'],
3129
classifiers=[
3230
'Programming Language :: Python',

0 commit comments

Comments
 (0)