Skip to content

Commit

Permalink
fix: remove dataclasses requirements in setup.py (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneLazzaris authored Nov 7, 2023
1 parent 15b1250 commit f9cc104
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[metadata]
description-file = README.md
description_file = README.md
license_files = LICENSE

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
keywords=['immudb', 'immutable'],
install_requires=[
'grpcio>=1.31.0',
'dataclasses>=0.6',
'protobuf>=3.13.0,<4.0.0',
'google-api>=0.1.12',
'google-api-core>=1.22.1',
Expand Down

0 comments on commit f9cc104

Please sign in to comment.