Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit f8a9bd2

Browse files
authored
chore: remove six and sync requirements.txt (#50)
1 parent 4f7cfa5 commit f8a9bd2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
google-auth>=1.0.0
12
google-auth-httplib2
23
google-api-python-client
34
google-api-core

src/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def ReadConfig(section, value, default):
107107
'google-auth-httplib2',
108108
'google-api-core',
109109
'pyyaml',
110-
'six>=1.10.0',
111110
],
112111
packages=['googleclouddebugger'],
113112
ext_modules=[cdbg_native_module],

0 commit comments

Comments
 (0)