Skip to content

Commit d7c4d48

Browse files
committed
bagit is only used in the tests
1 parent 356c093 commit d7c4d48

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
66
shellescape>=3.4.1,<3.9
77
schema-salad>=8.4,<9
88
prov==1.5.1
9-
bagit==1.8.1
109
mypy-extensions
1110
psutil>=5.6.6
1211
typing-extensions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
"shellescape >= 3.4.1, < 3.9",
120120
"schema-salad >= 8.4, < 9",
121121
"prov == 1.5.1",
122-
"bagit >= 1.6.4",
123122
"mypy-extensions",
124123
"psutil >= 5.6.6",
125124
"typing-extensions",
@@ -139,6 +138,7 @@
139138
setup_requires=PYTEST_RUNNER,
140139
test_suite="tests",
141140
tests_require=[
141+
"bagit >= 1.6.4, < 1.9",
142142
"pytest >= 6.2, < 7.4",
143143
"mock >= 2.0.0",
144144
"pytest-mock >= 1.10.0",

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
bagit >= 1.6.4, <1.9
12
pytest >= 6.2, < 7.4
23
pytest-xdist
34
pytest-httpserver

0 commit comments

Comments
 (0)