Use toml rather than pytoml

Pytoml has an issue with error messages: https://github.com/avakar/pytoml/issues/41
This commit is contained in:
Semyon Maryasin 2019-03-28 01:22:57 +03:00
parent cb365ba9c3
commit dc641085e7
No known key found for this signature in database
GPG key ID: 22BC43FD649F86E3
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ packages = find:
install_requires =
flake8
ruamel.yaml>=0.15
pytoml
toml
six
typing; python_version<"3.5"
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*