Skip to content

Commit 23c3a01

Browse files
authored
Set python-snappy as optional dependency under tests extras (#117)
1 parent bc3e52c commit 23c3a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
'moto[s3,server]',
1414
'pytest-cov',
1515
'pytest',
16+
'python-snappy',
1617
'rfc3986',
1718
's3fs',
1819
'scipy',
@@ -35,7 +36,6 @@
3536
'pandas',
3637
'param',
3738
'pyarrow >=1.0',
38-
'python-snappy',
3939
'retrying',
4040
]
4141

0 commit comments

Comments
 (0)