Skip to content

Commit 2380f5b

Browse files
committed
Switch requests-unixsocket to the upstream version
1 parent 9912ea0 commit 2380f5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jupyterhub/spawner/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run(self):
4141
long_description = "Spawn single-user servers with Docker.",
4242
platforms = "Linux, Mac OS X",
4343
install_requires = [
44-
'requests-unixsocket @ git+https://github.com/NII-cloud-operation/requests-unixsocket.git',
44+
'requests-unixsocket',
4545
'dockerspawner'
4646
],
4747
cmdclass = {

0 commit comments

Comments
 (0)