Skip to content

Commit

Permalink
Dependencies: Remove version pinning of urllib2 and verlib2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 1, 2024
1 parent 62ccb1a commit d033fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ def read(path):
packages=find_packages("src"),
namespace_packages=["crate"],
install_requires=[
"urllib3<2.3",
"verlib2==0.2.0",
"urllib3",
"verlib2",
],
extras_require={
"doc": [
Expand Down

0 comments on commit d033fb1

Please sign in to comment.