Replace aspy.yaml with sort_keys=False

This commit is contained in:
Anthony Sottile 2020-01-31 17:18:59 -08:00
parent f0ee93c5a7
commit a64fa6d478
8 changed files with 36 additions and 26 deletions

View file

@ -22,11 +22,10 @@ classifiers =
[options]
packages = find:
install_requires =
aspy.yaml
cfgv>=2.0.0
identify>=1.0.0
nodeenv>=0.11.1
pyyaml
pyyaml>=5.1
toml
virtualenv>=15.2
importlib-metadata;python_version<"3.8"