Commit 5b00b3ea by Jace Browning Committed by Sébastien Eustace

Require at least TOML Kit 0.4.4 for performance (#418)

This will incorporate the fix for https://github.com/sdispater/tomlkit/issues/10 -- a significant performance bug on Python 2.
parent fe0b86e1
...@@ -34,7 +34,7 @@ cachecontrol = { version = "^0.12.4", extras = ["filecache"] } ...@@ -34,7 +34,7 @@ cachecontrol = { version = "^0.12.4", extras = ["filecache"] }
pkginfo = "^1.4" pkginfo = "^1.4"
html5lib = "^1.0" html5lib = "^1.0"
shellingham = "^1.1" 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 # The typing module is not in the stdlib in Python 2.7 and 3.4
typing = { version = "^3.6", python = "~2.7 || ~3.4" } typing = { version = "^3.6", python = "~2.7 || ~3.4" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment