Skip to content

Commit

Permalink
Require at least TOML Kit 0.4.4 for performance (#418)
Browse files Browse the repository at this point in the history
This will incorporate the fix for python-poetry/tomlkit#10 -- a significant performance bug on Python 2.
  • Loading branch information
jacebrowning authored and sdispater committed Sep 4, 2018
1 parent fe0b86e commit 5b00b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
pkginfo = "^1.4"
html5lib = "^1.0"
shellingham = "^1.1"
tomlkit = "^0.4.0"
tomlkit = "^0.4.4"

# The typing module is not in the stdlib in Python 2.7 and 3.4
typing = { version = "^3.6", python = "~2.7 || ~3.4" }
Expand Down

0 comments on commit 5b00b3e

Please sign in to comment.