Skip to content

Commit 656f5b4

Browse files
Copilotwillingc
andcommitted
Remove ansicolors dependency and add hdfs to dev/test extras
Co-authored-by: willingc <[email protected]>
1 parent f2e06b3 commit 656f5b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ dependencies = [
3535
"entrypoints",
3636
"tenacity>=5.0.2",
3737
"aiohttp>=3.9.0; python_version=='3.12'",
38-
"ansicolors",
3938
]
4039

4140
[project.urls]
@@ -99,6 +98,8 @@ dev = [
9998
"azure-storage-blob>=12.1.0",
10099
"azure-identity>=1.3.1",
101100
"gcsfs>=0.2.0",
101+
"pyarrow>=2.0",
102+
"PyGithub>=1.55",
102103
"black>=19.3b0",
103104
]
104105
test = [
@@ -130,6 +131,8 @@ test = [
130131
"azure-storage-blob>=12.1.0",
131132
"azure-identity>=1.3.1",
132133
"gcsfs>=0.2.0",
134+
"pyarrow>=2.0",
135+
"PyGithub>=1.55",
133136
"black>=19.3b0",
134137
]
135138
docs = [

0 commit comments

Comments
 (0)