File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ jupyterhub-kubespawner
29
29
## Other optional dependencies for additional features
30
30
pymysql # mysql
31
31
psycopg2 # postgres
32
- pycurl # internal http requests handle more load with pycurl
32
+ # pycurl 7.45.3 is avoided because https://github.com/pycurl/pycurl/issues/834
33
+ pycurl!=7.45.3 # internal http requests handle more load with pycurl
33
34
sqlalchemy-cockroachdb # cocroachdb
34
35
statsd # statsd metrics collection (TODO: remove soon, since folks use prometheus)
35
36
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ pyasn1==0.5.1
129
129
# via ldap3
130
130
pycparser == 2.21
131
131
# via cffi
132
- pycurl == 7.45.3
132
+ pycurl == 7.45.2
133
133
# via -r requirements.in
134
134
pyjwt [crypto ]== 2.8.0
135
135
# via
You can’t perform that action at this time.
0 commit comments