Skip to content

Commit 856b156

Browse files
authored
remove more crc32c references
1 parent 2700f63 commit 856b156

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ dependencies = [
192192
'fsspec @ git+https://github.com/fsspec/filesystem_spec',
193193
's3fs @ git+https://github.com/fsspec/s3fs',
194194
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib',
195-
'crc32c @ git+https://github.com/ICRAR/crc32c',
196195
'typing_extensions @ git+https://github.com/python/typing_extensions',
197196
'donfig @ git+https://github.com/pytroll/donfig',
198197
# test deps
@@ -226,7 +225,6 @@ dependencies = [
226225
'fsspec==2022.10.0',
227226
's3fs==2022.10.0',
228227
'universal_pathlib==0.0.22',
229-
'crc32c==2.3.*',
230228
'typing_extensions==4.6.*', # 4.5 needed for @deprecated, 4.6 for Buffer
231229
'donfig==0.8.*',
232230
# test deps

0 commit comments

Comments
 (0)