Skip to content

Commit

Permalink
fix: remove unnecessary dependency on libcst and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Oct 8, 2020
1 parent c3acd4a commit 3a0f486
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 378 deletions.
185 changes: 0 additions & 185 deletions scripts/fixup_admin_v1_keywords.py

This file was deleted.

186 changes: 0 additions & 186 deletions scripts/fixup_firestore_admin_v1_keywords.py

This file was deleted.

5 changes: 0 additions & 5 deletions setup.py
Expand Up @@ -28,7 +28,6 @@
"google-api-core[grpc] >= 1.22.1, < 2.0.0dev",
"google-cloud-core >= 1.4.1, < 2.0dev",
"pytz",
"libcst >= 0.2.5",
"proto-plus >= 1.3.0",
]
extras = {}
Expand Down Expand Up @@ -80,10 +79,6 @@
install_requires=dependencies,
extras_require=extras,
python_requires=">=3.6",
scripts=[
"scripts/fixup_firestore_v1_keywords.py",
"scripts/fixup_admin_v1_keywords.py",
],
include_package_data=True,
zip_safe=False,
)

0 comments on commit 3a0f486

Please sign in to comment.