We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9912ea0 commit 2380f5bCopy full SHA for 2380f5b
1 file changed
jupyterhub/spawner/setup.py
@@ -41,7 +41,7 @@ def run(self):
41
long_description = "Spawn single-user servers with Docker.",
42
platforms = "Linux, Mac OS X",
43
install_requires = [
44
- 'requests-unixsocket @ git+https://github.com/NII-cloud-operation/requests-unixsocket.git',
+ 'requests-unixsocket',
45
'dockerspawner'
46
],
47
cmdclass = {
0 commit comments