Skip to content

Commit

Permalink
Remove unneeded dataclasses dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Sep 24, 2021
1 parent cf562ff commit 026c05d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"dataclasses >= 0.8, < 1.0; python_version < '3.7'", # Until we drop Python 3.6 support.
"grpcio >= 1.38.1, < 2.0dev", # https://github.com/googleapis/python-bigquery/issues/695
# NOTE: Maintainers, please do not require google-api-core>=2.x.x
# Until this issue is closed
Expand Down

0 comments on commit 026c05d

Please sign in to comment.