Update Pipfile to only install toml when we're below Python 3.11

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-05-23 19:15:50 -07:00
parent 580cf52cad
commit 240e4e5f29
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ name = "pypi"
[packages]
async-irc = "*"
toml = "*"
toml = {version="*", markers="python_version < '3.11'"}
types-toml = "*"
[dev-packages]