Skip to content

Commit f9cc104

Browse files
fix: remove dataclasses requirements in setup.py (#69)
1 parent 15b1250 commit f9cc104

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33
license_files = LICENSE
44

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
keywords=['immudb', 'immutable'],
3232
install_requires=[
3333
'grpcio>=1.31.0',
34-
'dataclasses>=0.6',
3534
'protobuf>=3.13.0,<4.0.0',
3635
'google-api>=0.1.12',
3736
'google-api-core>=1.22.1',

0 commit comments

Comments
 (0)