comparison setup.py @ 235:a8b2346e2330

Tested up to PyYAML 5.3.1: so (with semantic versioning): adjust requirements to "<6"
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2020 09:21:04 +0200
parents 852f6c0c9298
children c97ca53a73e1
comparison
equal deleted inserted replaced
234:f39e54e4f29a 235:a8b2346e2330
25 25
26 with open(os.path.join(pkg_root, "README.txt"), "rt") as rf: 26 with open(os.path.join(pkg_root, "README.txt"), "rt") as rf:
27 long_description = rf.read() 27 long_description = rf.read()
28 28
29 yaml_requirements = [ 29 yaml_requirements = [
30 "PyYAML>=3.0,<4", 30 "PyYAML>=3.0,<6",
31 ] 31 ]
32 32
33 toml_requirements = [ 33 toml_requirements = [
34 "toml>=0.10", 34 "toml>=0.10",
35 ] 35 ]