closing cache file

This commit is contained in:
Julian Hammer
2020-03-20 15:02:30 +01:00
parent 680774267d
commit c5801cfe2f
2 changed files with 4 additions and 3 deletions

View File

@@ -91,8 +91,8 @@ setup(
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'networkx',
'pyparsing',
'ruamel.yaml',
'pyparsing>=2.3.1',
'ruamel.yaml>=0.15.71',
],
python_requires='>=3.5',