Skip to content

Commit 4b9ce14

Browse files
committed
Fix setup.py
1 parent f9f7c52 commit 4b9ce14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
packages=setuptools.find_packages(),
2626
install_requires=["notebook>=5.6.0", "prometheus_client", "psutil>=5.6.0"],
27-
extres_require={
27+
extras_require={
2828
"dev": ["autopep8", "black", "pytest", "flake8", "pytest-cov>=2.6.1", "mock"]
2929
},
3030
data_files=[

0 commit comments

Comments
 (0)