Skip to content

Commit

Permalink
Change pyopenssl pinning (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorvaran authored Dec 11, 2024
1 parent 969d5f1 commit e5ef054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
zip_safe=False,
install_requires=[
'Django>=1.7',
'pyopenssl==24.2.1',
'pyopenssl<=24.2.1',
'pem>=16.0.0',
'requests>=2.18.0',
'cffi>=1.11.5',
Expand Down

0 comments on commit e5ef054

Please sign in to comment.