jupyterhub / batchspawner

Custom Spawner for Jupyterhub to start servers in batch scheduled systems
BSD 3-Clause "New" or "Revised" License
190 stars 134 forks source link

Remove code no longer used #220

Closed cmd-ntrf closed 2 years ago

cmd-ntrf commented 3 years ago

Considering batchspawner now requires jupyterhub >= 0.9, this PR removes code that ran only for JH < 0.9.

This PR also removes imports that are no longer used and bumped requirements in requirements.txt and setup.py.