We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d46c77 commit 70e33c1Copy full SHA for 70e33c1
images/hub/unfrozen/requirements.txt
@@ -26,8 +26,8 @@ oauthenticator[googlegroups,mediawiki]==17.*
26
jupyterhub-idle-culler==1.*
27
28
# Other optional dependencies for additional features
29
-pymysql==1.* # mysql
30
-psycopg2==2.* # postgres
31
-pycurl==7.* # internal http requests handle more load with pycurl
32
-sqlalchemy-cockroachdb==2.* # cocroachdb
33
-statsd==4.* # statsd metrics collection (TODO: remove soon, since folks use prometheus)
+pymysql # mysql
+psycopg2 # postgres
+pycurl # internal http requests handle more load with pycurl
+sqlalchemy-cockroachdb # cocroachdb
+statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)
0 commit comments