Skip to content

Commit b7a1ec8

Browse files
author
MarcoGorelli
committed
dont explicitly list boto3 and botocore
1 parent 70eef55 commit b7a1ec8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

environment.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies:
1616
- pytest-xdist>=1.31
1717
- psutil
1818
- pytest-asyncio>=0.17
19-
- boto3
2019
- coverage
2120

2221
# required dependencies
@@ -28,7 +27,6 @@ dependencies:
2827
- beautifulsoup4
2928
- blosc
3029
- brotlipy
31-
- botocore
3230
- bottleneck
3331
- fastparquet
3432
- fsspec

requirements-dev.txt

-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ pytest-cov
99
pytest-xdist>=1.31
1010
psutil
1111
pytest-asyncio>=0.17
12-
boto3
1312
coverage
1413
python-dateutil
1514
numpy
1615
pytz
1716
beautifulsoup4
1817
blosc
1918
brotlipy
20-
botocore
2119
bottleneck
2220
fastparquet
2321
fsspec

0 commit comments

Comments
 (0)