Skip to content

Commit e0c6772

Browse files
authored
add comments
1 parent 590bc91 commit e0c6772

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,14 @@
5050
include_package_data=True,
5151
install_requires=[
5252
'setuptools',
53-
'requests >= 2.6.1',
53+
'requests >= 2.6.1', # >= 2.6.1 to workaround
54+
# https://github.com/ionrock/cachecontrol/issues/137
5455
'ruamel.yaml >= 0.12.4, <= 0.15.51',
5556
'rdflib >= 4.2.2, < 4.3.0',
5657
'shellescape >= 3.4.1, < 3.5',
5758
'schema-salad >= 2.7.20180719125426, < 3',
5859
'mypy-extensions',
59-
'six >= 1.9.0',
60+
'six >= 1.9.0', # >= 1.9.0 required by prov
6061
'psutil',
6162
'prov == 1.5.1',
6263
'bagit >= 1.6.4',

0 commit comments

Comments
 (0)