Skip to content

Commit 8e99922

Browse files
committed
Relax structlog requirement to allow structlog v22
1 parent e828040 commit 8e99922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def run(self):
6363
"Django>=2.0",
6464
"enforce>=0.3.4,<=1.0.0",
6565
"python-dateutil>=2.8.0,<=3.0.0",
66-
"structlog>=19,<=20.1.0",
66+
"structlog>=19,<23.0.0",
6767
"ansimarkup>=1.4.0,<=2.0.0",
6868
],
6969
extras_require={

0 commit comments

Comments
 (0)