Skip to content

Commit 57532cd

Browse files
committed
Bump simpervisor version
Fixes #227 Brings in jupyterhub/simpervisor#7
1 parent 2a0cf12 commit 57532cd

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
@@ -15,7 +15,7 @@
1515
long_description=readme,
1616
long_description_content_type="text/markdown",
1717
packages=setuptools.find_packages(),
18-
install_requires=['notebook', 'simpervisor>=0.2', 'aiohttp'],
18+
install_requires=['notebook', 'simpervisor>=0.4', 'aiohttp'],
1919
python_requires='>=3.5',
2020
classifiers=[
2121
'Framework :: Jupyter',

0 commit comments

Comments
 (0)