Skip to content

Commit 2137b4f

Browse files
authored
Removing the constraint for decorator.
1 parent e56542f commit 2137b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
python-magic = ">=0.4.5"
8-
decorator = ">=4.0.0,<5"
8+
decorator = ">=4.0.0"
99
urllib3 = ">=1.25.3"
1010
http-parser = ">=0.9.0"
1111

0 commit comments

Comments
 (0)