Skip to content

Commit

Permalink
Pin pycurl (#3756)
Browse files Browse the repository at this point in the history
See #3252
  • Loading branch information
jmsmkn authored Dec 17, 2024
1 parent 02391c6 commit c25d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ django-compressor = "*"
django-libsass = "*"
django-csp = "*"
psycopg = {version = ">3.1.8", extras = ["c"]}
pycurl = "!=7.45.3" # Import issue with 7.45.3 (https://github.com/comic/grand-challenge.org/issues/3252)
pycurl = "<7.45.3" # Import issue with 7.45.3 (https://github.com/comic/grand-challenge.org/issues/3252)
pyjwt = "*"
beautifulsoup4 = "*"
pymdown-extensions = "*"
Expand Down

0 comments on commit c25d490

Please sign in to comment.