Skip to content

Commit dbda1e8

Browse files
committed
tomllib is new in Python 3.11, not 3.10
1 parent 044d53a commit dbda1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
setuptools
33
Babel
44
Jinja2
5-
tomli; python_version < "3.10"
5+
tomli; python_version < "3.11"

0 commit comments

Comments
 (0)