Skip to content

Commit

Permalink
Relax tomlkit dependency version range to preserve Python 3.6 compati…
Browse files Browse the repository at this point in the history
…bility. Closes #165
  • Loading branch information
kislyuk committed Apr 5, 2023
1 parent 2297478 commit 6a507d7
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 @@ -19,7 +19,7 @@
install_requires=[
"PyYAML >= 5.3.1",
"xmltodict >= 0.11.0",
"tomlkit >= 0.11.7",
"tomlkit >= 0.11.6",
"argcomplete >= 1.8.1",
],
extras_require={
Expand Down

0 comments on commit 6a507d7

Please sign in to comment.