Skip to content

Commit 7480a23

Browse files
committed
synchronize setup.py & requirements.txt
1 parent 5667711 commit 7480a23

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests>=2.6.1
2-
ruamel.yaml>=0.16.0,<0.17.27;python_version>='3.10'
2+
ruamel.yaml>=0.16.0,<0.17.28;python_version>='3.10'
33
ruamel.yaml>=0.15,<0.17.28
44
rdflib>=4.2.2,<6.4
55
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,23 @@
113113
"requests >= 2.6.1", # >= 2.6.1 to workaround
114114
# https://github.com/ionrock/cachecontrol/issues/137
115115
"ruamel.yaml >= 0.15, < 0.17.28",
116+
"ruamel.yaml >= 0.16.0, <0.17.28;python_version>='3.10'",
116117
"rdflib >= 4.2.2, < 6.4.0",
117118
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
118119
"shellescape >= 3.4.1, < 3.9",
119120
"schema-salad >= 8.4, < 9",
120-
"mypy-extensions",
121-
"psutil >= 5.6.6",
122121
"prov == 1.5.1",
123122
"bagit >= 1.6.4",
123+
"mypy-extensions",
124+
"psutil >= 5.6.6",
124125
"typing-extensions",
126+
"importlib_resources>=1.4",
127+
"importlib_metadata;python_version<'3.8'",
125128
"coloredlogs",
126129
"pydot >= 1.4.1",
130+
"argcomplete",
127131
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
128132
"pyparsing < 3 ;python_version<='3.6'", # breaks --print-dot (pydot)
129-
"argcomplete",
130133
"cwl-utils >= 0.22",
131134
],
132135
extras_require={

0 commit comments

Comments
 (0)