Skip to content

Commit 74d7ac4

Browse files
committed
add pytest to reqs
1 parent 55748da commit 74d7ac4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

requirements.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,22 @@
11
# Automatically generated by https://github.com/damnever/pigar.
22

3+
# nucleus-python-client/conftest.py: 8
34
# nucleus-python-client/nucleus/__init__.py: 63
45
grequests == 0.6.0
56

7+
# nucleus-python-client/conftest.py: 15,33
8+
# nucleus-python-client/tests/test_dataset.py: 1
9+
pytest == 6.2.2
10+
11+
# nucleus-python-client/conftest.py: 14
612
# nucleus-python-client/nucleus/__init__.py: 64,65,68
713
requests == 2.22.0
814

915
# nucleus-python-client/setup.py: 1
1016
setuptools == 46.0.0
1117

1218
# nucleus-python-client/nucleus/__init__.py: 60,61
13-
tqdm == 4.54.1
19+
tqdm == 4.51.0
20+
21+
# nucleus-python-client/tests/test_dataset.py: 1
22+
pytest == 6.2.2

0 commit comments

Comments
 (0)